body {
background: url(../images/background.jpg) top center no-repeat; 
}

#wrapper {
width: 120px;
margin: 0 auto;
text-align: center;
padding: 5px 5px 5px 5px;
}

#navcontainer ul
{
margin-left: 0;
color: White;
width: 100%;
font-family: arial, helvetica, sans-serif;
}


#navcontainer ul li a
{
height: 20px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 20px;
text-decoration: none;
font-weight: bold;
font-family: arial;
font-size: 12px;
width: 115px;
}

#navcontainer ul li a:hover
{
color: yellow;
background:  url(../images/off.png) center no-repeat;
padding: 6px 10px 10px 10px;
height: 20px;

}
#navcontainer li a:link, li a:visited{
color: lime;
font-weight: bold;
display: block;
background:  url(../images/on.png) center no-repeat;
padding: 6px 10px 10px 10px;
height: 20px;
}
