html { 
  background: url(../../images/bg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*{vertical-align: top;}
body{/*background: #000 url(../../images/bg.jpg) center 202px repeat-x;*/ margin: 0; padding: 0; font-size: 15px; font-family: sans-serif, serif; color: #fff;}

a{text-decoration: none;}
.wrapper{width: 850px; margin: auto;}

#logo-body{background: url(../../images/logo-body0.png) top center no-repeat; min-width: 850px; height: 128px; margin: 5px 0;}

#header{background: url(../../images/header-bg.jpg) top center repeat-x; height: 202px; min-width: 850px;}

#frmlogin{text-align: center; padding-top: 50px;}
#frmlogin button{background: url(../../images/frmbtn.png) top left no-repeat; width: 83px; height: 30px; border: none; cursor: pointer; box-shadow: 1px 1px 1px #b0b27c; text-transform: uppercase;}
#frmlogin button:hover{opacity: 0.8;}
#frmlogin input{padding: 5px; border-radius: 10px;}

#hot-news{background: url(../../images/news-bg.png) top left repeat-x; height: 33px; position: absolute; width: 850px; top:113px; }
#hot-news .header{width: 265px; float: left; text-align: center; background: url(../../images/news-bg-sep.jpg) top right no-repeat; height: 26px; padding-top: 7px; font-size: 20px;}


.menu{list-style: none; display: table; table-layout: fixed; padding: 0; margin: 0;}
.menu li{display: table-cell;}

#menu{background: url(../../images/menu-bg.png) top left repeat-x; height: 56px; width: 100%; min-width: 850px; position: absolute; top:146px;}
#menu ul{height: 100%; margin: auto;}
#menu ul li{}
#menu ul li a{display: block; width: 100%; color: #fff; text-transform: uppercase; font-size: 18px; text-align: center; padding: 18px 0;}
#menu ul li a:hover, #menu ul li.active a{background: url(../../images/menu-hover.png) top left repeat-x; box-shadow: 0 0 3px #000;}



#jackpot{height: 138px; background: url(../../images/jackpot0.png) top left no-repeat;}




#footer{background: url(../../images/footer0.png?v=20210408) top center no-repeat; height: 102px; margin-bottom: 10px;}
#f-menu{float: right; margin-top: 15px;}
#f-menu li{padding: 0 5px;}
#f-menu li:not(:last-child){border-right: 1px solid #fff;}
#f-menu a{color: #c2bdbd; text-shadow: 1px 1px 2px #000;}

#f-copyright{color: #ffe88e; position: absolute; margin: 100px 0 0 640px;}