body {
	background-color:#009900;
	margin:0px;
	padding:0px;
	margin-top:25px;
	font-family:Tahoma, Geneva, Verdana, Arial;
	font-size:0.8em;
}

#container {
	position:absolute;
	width:800px;
	left:50%;
	margin-left:-400px;
}

/*#pageholder {
	margin:0px auto;
	width:800px;
}*/

#topshadow {
	float:left;
	background:url('images/shadow_top.gif');
	background-repeat:no-repeat;
	width:800px;
	height:7px;
	padding:0px;
	margin:0px;
}

#pageholder {
	width:784px;
	float:left;
	background-image:url('images/shadow_page.gif');
	background-repeat:repeat-y;
	padding:0px 8px;
	padding-bottom:40px;
}

#bottomshadow {
	float:left;
	background:url('images/shadow_bottom.gif');
	width:800px;
	height:7px;
}


#footer {
	width:800px;
	color:#FFFFFF;
	text-align:center;
	margin-bottom:50px;
}
