* {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Helvetica, sans-serif;
	}
	

	
#wrapper {
	width: 960px;
	min-height: 200px;
	margin: 0 auto 0 auto;
	}
	
#header {
	height: 220px;
	background-image: URL(images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	
	}
	
#footer {
	width: 100%;
	height: 50px;
	margin-bottom: 20%;
	background-image: URL(images/footer.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	}
	
#footer p {
	text-align: center;
	padding-top: 1em;
	color: #6f6f6f;
	}
	
#main_content {
	color: #659bac;
	color: #6f6f6f;
	text-align: center;
	}
	
	#main_content h1 {
		font-size: 2em;
		}
