body {
text-align:center;
background-color:#000000; 
margin-top: 0px; 
margin-bottom: 0px; 
margin-left: 0px; 
margin-right: 0px;
color: #ffffff;
}

#container {
position:relative;
margin-right: auto;
margin-left: auto;
width: 950px;
text-align:left;
border-left-style:solid; 
border-right-style:solid; 
border-top-style:none; 
border-bottom-style:none; 
border-color:#555555; 
border-width:1px;
background-color:#222222;
}


#header {
width:950px;
height:170px;
overflow:hidden;
background-image:url('images/header.jpg');
}


#main {
width:950px;
background-color:#222222;
}



#bottom {
clear:left; 
font-family:verdana; 
font-size:10pt; 
text-align:center; 
width:950px; 
background-color:#222222; 
color:#aaaaaa;
}



a:link { 
	color: #aaaaaa;
	text-decoration: none;
	}
	
a:visited { 
	color: #aaaaaa;
	text-decoration: none;
	}
	
a:active { 
	color: #aaaaaa;
	text-decoration: none;
	}

a:hover { 
	color: #ffffff;
	text-decoration: none;
	}











