html, body, ul, ol, li, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

html {
	height:100%;
}

body {
	margin:0 auto;
	background-color: #000;
	background-image:url(../graphics/body-BKG2.jpg);
	background-repeat:repeat-x;
	height:100%;
	background-position: center top;
}

#page_div {
	position:relative;
	margin:0 auto;
	width:900px;
	height:100%;
}

#header_div {
	width:900px;
	height:150px;
	background-repeat:no-repeat;
}

.content_div{
	position:relative;
	width:900px;
	height:355px;
}

.footer_div{
	position:absolute;
	width:900px;
	height:187px;
	top: 505px;
}


#clearit {
	clear: both;	
}