body
{	
	background-color:black;
	background-attachment: fixed;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center center;
}
#Container
{
	width:850px;
	margin:25px auto;
	text-align:left;
	text-decoration:none;
	text-color:black;
	background:#ffffff;
	border:1px solid #ffffff;
}
#LogoHeader
{
	margin-top:25px;
	margin-left:25px;
	margin-bottom:10px;
	text-decoration:none;
	text-color:black;
	width: 800px;
	height: 225px;
	background-color:#ffffff;
	background-image: url(back.jpg); background-repeat: no-repeat; background-position: center center;
}
#SpacerGraphic
{
	margin-left:25px;
	width: 800px;
	height: 3px;
	text-decoration:none;
	text-color:black;
	background-color:black;
}
#TopNavi
{
	font-size:15px;
	margin-left:25px;
	width: 800px;
	height: 30px;
	text-decoration:none; color:#ffffff
}
#Content
{

	margin-top:10px; 
	margin-left:25px;
	margin-bottom:10px;
	width: 800px;
	text-decoration:none;
	text-color:black;
	background-color:#ffffff;
}
#Footer
{
	margin-left:25px;
	margin-bottom:25px;
	width: 800px;
	height: 35px;
	text-decoration:none;
	text-color:black;
	background-color:#ffffff;
}