﻿

ul{
 list-style:none; 
 margin:0; 
 padding:0;
 }

li{
 float:left;
 padding:5px;
 border:solid #666 0;
 cursor: pointer;
 }
 
 
#menu1{ cursor:pointer;
position:absolute; 

z-index: 10;
}

#thumb{ 
margin-top: 15px;
width:270px; 
height:285px; 
color:#000; 
box-shadow:0 0 10px #CCC;
 z-index:9999;
 border:solid #CCC 1px;
 overflow:hidden;
 position:absolute; 
 display:none;
 }


#bgimage{
position:fixed; 
top:0; left:0;
 width:100%; 
 height:100%; 
 z-index:1;
 }

#sitebody1 {
    text-align: center;
    height: auto;
    /*width: 100%;*/
    background-image: none;
    /* background-color: #336699;*/
    /*border-radius: 5px;*/
    width: 100%;
    background-color: #fff;
    margin: 0px auto 0px 0px;
    border: 20px solid #496077;
    text-align: center;
}
