* { padding: 0; margin: 0; }

body {
 position: absolute;
 font-family: Arial;
 font-size: 13px;
 color: #ffffff;
 background-color:#000000;
 top: 50%;
 left: 0px;
 width: 100%;
 margin-top: -300px;
 text-align: left;
 min-width: 922px; 

}
#wrapper {
 position: relative
 text-align: left; 
 margin: 0 auto;
 width: 922px;
 height: 600px;
}
#header {
 width: 900px;
 color: #333;
 padding: 10px;
 height: 40px;
 margin: 10px 0px 25px 0px;
 background-color:#000009;
 border-bottom: 1px solid #ffffff;
} 
#nav
{
position: relative;
float: right;
font-size: 8pt;
font-weight: bold;
font-family: Helvetica;
text-transform: uppercase;
z-index: 1;
height: 20px;
top: 27px;
}

#nav ul
{
list-style-type: none;
text-align: center;
padding: 0;
position: relative;
z-index: 2;
}

#nav li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#nav li a
{
padding: 1px 7px;
color: #ffffff;
background-color: #000000;
text-decoration: none;
}

#nav li a:hover
{
color: #ffffff;
border-bottom: 2px solid #ffffff;
}

#nav li a#current
{
color: #ffffff;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}
#content { 
 width: 900px;
 color: #ffffff;
 background:#000000;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 450px;
 background-color:#000008;
}
#footer { 
 color: #333;
 width: 900px;
 background-color:transparent;
 margin: 0 auto;
 padding: 0;
 text-align: center;
 height:5px;
}

