html {
	height: 100%; 
	max-height: 100%; 
	padding: 0; 
	margin: 0; 
	border: 0; 
}

body {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #000000;
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
}

#site_container {
	position: absolute;
	width: 100%;
	height: 100%;
}

#header {
	margin: auto;
	margin-top: 10px;
	text-align: center;
	width: 590px;
	height: 80px;
}

#content_container {
	width: 70%;
	left: 15%;
	position: relative;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}


