html{height: 100%; margin: 0;}
body{height: 100%; padding: 0; margin: 0; font-family: "gill sans", arial, sans-serif}
a,a:link{text-decoration:none; }

#main{
text-align: center;
height: 160px;
position: absolute;
top: 50%;
width: 100%;
margin: -80px 0 0 0;
}

#main .menu{
background: url(/images/blackstrip_long.jpg) no-repeat center ;
height: 33px;
color: white;
font-size: 13px;
padding-top: 16px;
margin-top: 50px;
}

#main a,#main a:link{text-decoration:none; color: white; /*background-color: black;*/}

#main a:hover{
color: #FF6;
text-decoration: underline;
}

#main ul{
padding: 0; margin: 0;
}

#main li{
display: inline;
list-style: none;
padding: 0; margin: 30px;

}
