body {
background: #000 url('header.jpg');
height: 150px;
background-repeat:no-repeat;
background-position: center 0px;
}

#content {
padding: 10px;  
margin-top: 200px;
position: absolute;
left: 50%;
margin-left: -35em;
color: #fff;
font-family: "Trebuchet MS", "Verdana";
font-size:  9pt;
width: 70em;
}

#content2 { 
padding: 10px;  
margin-top: 200px;
position: absolute;
left: 50%;
margin-left: -35em;
color: #fff;
font-family: "Trebuchet MS", "Verdana";
font-size:  9pt;
width: 70em;
text-align: center;
}


.container {
clear: both;
float: left;
width: 100%;
overflow: hidden;
font-family: Verdana;
font-size: 0.9em;
margin-top: 100px;
}

#navi {
float: left;
position: relative;
left: 50%;
margin: 0 auto;
padding: 0;
list-style-type: none;
}

#navi li {
float: left;
position: relative;
right: 50%;
}

#navi a {
width: auto;
display: block;
padding:0 10px;
line-height: 1.5em;
color: #bbb;
text-decoration:none;
}

#navi a:hover {
color: #99ff33;
} 

#navi li a.current {
color: #99ff33;
} 

a {
color: #99ff33;
}

p {
font-size: 0.8em;
}

