@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	color: #999999;
	font-family:Verdana, Arial, Geneva, sans-serif;
	font-size:12px;
}

#body-container {
width: 980px;
margin-left: auto;
margin-right: auto;
border:#000 thick solid;
background-color:#000
}

.header {
background-color:#000; 
border:#999 thin solid; 
height:75px; 
width:980px; 
margin-left: auto;
margin-right: auto;
}

.nav {
background-color:#000; 
border-left:#999 thin solid; 
border-right:#999 thin solid; 
border-bottom:#999 thin solid; 
height:auto; 
width:980px; 
margin-left: auto;
margin-right: auto;
}

.content {
background-color:#000; 
border-left:#999 thin solid; 
border-right:#999 thin solid; 
height:400px; 
width:980px; 
margin-left: auto;
margin-right: auto;
}

.footer {
background-color:#000; 
border:#999 thin solid; 
height:auto; 
width:980px; 
margin-left: auto;
margin-right: auto;
}
