html {width: 100%; height: 100%;}
body{
  background: url(../img/bg.jpg);
  padding: 0px;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #463929;
  color:#fff;
  width: 100%;
  height: 100%;
}

 .hide{
   position: absolute;
   left: 50%;
   width: 738px;
   height: 304px;
   margin-left: -369px;
   margin-top: 152px;
}

.design{
  background: url(../img/bg.jpg);
  position: absolute;
  width: 160px;
  height: 11px;
  bottom: 0px;
  right: 5px;
 }

.link{
   color:#FFFFFF;
   text-decoration:none;
 }

.pad{
   padding: 0px 0px 20px 0px;
 }

div.abs_zwin {position: absolute; width: 50px; bottom: 11px; right: 0px; padding: 5px; text-align: center; border: solid 1px #D8D2C1;}
html>body div.abs_zwin {bottom: 0px;}

