#mhead{
color:#000;
border: 1px solid #e3e3e3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
text-align: center; 
font-family: georgia;
}

#container{
width: 400px;
height: 400px;}

ul.bg-img{
 list-style:none; 
 margin:0; 
 padding:0;margin-left: -5px;
 }

ul.bg-img li{
 float:left;
 padding:5px;
 border:solid #666 0;
 cursor: pointer;width:20px; height:20px; margin:3px;
 }
ul.bg-img li img{width:20px !important; height:20px !important; margin:3px;
 }
 
 
#menu{ cursor:pointer;
position:absolute; 

z-index: 10;
}

#thumb{ 
margin-top: 40px;
width:290px; 
height:285px; 
color:#000; 
box-shadow:0 0 10px #CCC;
 z-index:9999;
 border:solid #CCC 1px;
 overflow:hidden;
 position:absolute; 
 display:none;
 }


#bg{
/*background-image:url(images/1.gif);
background-size:auto; background-repeat: repeat !important;
  */
}

#bgimage{
position:fixed; 
top:0; left:0;
 width:100%; 
 height:100%; 
 z-index:1;
 }
 


