html {
	height: 100%;
}

body {
	height: 100%;
	margin: 50px 0px;
	padding: 0px;
	text-align: center;
	font-family: Lucida Sans;
	font-size: 12px;
	background: url('images/aha_bg.png');
	background-clip: content-box;
	-moz-background-size:100% 100%; /* Firefox 3.6 */
	background-repeat: repeat-y;
}

#wrapper {
	height: 100%;
	margin: 0px auto;
}

#main_container {
	width: 800px;
	height: 1031px;
	margin:0px auto;
	padding:15px 15px 150px 15px;
	text-align:left;
}

#header {
	margin: 15px 15px 25px 15px;
	background: url('images/aha_logo.png');
	text-align: center;
	min-width: 800px;
	height: 131px;
}

#content {
	margin: 15px 15px 15px 15px;
	line-height: 150%;
	min-width: 800px;
	color: #294032;
	height: 850px;
	background: #FFEEDB;
	box-shadow: 0 0 10px 10px #FFEEDB;
	font-size: 15px;
}

#footer {
	margin: 25px 15px 25px 15px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #294032;
	width: 800px;
	height: 50px;
}
#footer_hr1 {
	width: 780px;
	height: 6px;
	color: #294032;
	//margin: 0px auto;
	background-color: #294032;
	border: none;
}

#footer_hr2 {
	width: 780px;
	height: 2px;
	color: #294032;
	//margin: 0px auto;
	background-color: #294032;
	border: none;
}

h1 {
	font-size: 48px;
	text-align: center;
}