html{
font-family:Tahoma,arial,sans-serif;
font-size:13px;
}
#wrapper{
background-image:url('images/bg.jpg');
width:969px;
margin:auto;
min-height:100%;
}
#head{
background-image:url('images/head.jpg');
width:969px;
height:183px;
}
#content{
padding:15px;
}
#footer{
background-image:url('images/foot.jpg');
width:969px;
height:59px;
line-height:59px;
text-align:center;
}
div.menu{
background-image:url('images/menu-bg.jpg');
margin-left:10px;
height:30px;
line-height:30px;
font-size:15px;
}
ul.menu{
white-space:nowrap;
list-style-type:none;
padding:0px;
border-color:#84EFFF;
border-width:0 2px 0 2px;
border-style:solid;
}
li.menu{
opacity:0.5;
display:inline;
padding:5px;
border-color:#84EFFF;
border-width:0 2px 0 0;
border-style:solid;
}
a.menu{
text-decoration:none;
font-weight:800;
}
li.menu:hover{
opacity:1;
background:#08E4F9;
}
