html, body  {
    height:100%;
    width:100%;
    background: url(../images/bg_v1.jpg) 100% 100% no-repeat;
    background-size: cover;
}
body {
    margin:0;
    padding:0;
    overflow:auto;
    text-align:center;
    background-color: #FFFFFF;
}
object:focus { outline:none; }

.navBtn{
    opacity: 0;
    transition: 300ms;
}
.navBtn:hover{
    opacity: 1;
    cursor: pointer;
    transition: 300ms;
}

.btn1{
    background: url(../images/html_btn1_ru.png) 100% 100% no-repeat;
    width: 177px;
    height: 50px;
    margin-left: 245px;
    padding-top: 12px;
    float: left;
}

.btn2{
    background: url(../images/html_btn2_ru.png) 100% 100% no-repeat;
    width: 160px;
    height: 50px;
    margin-left: 8px;
    padding-top: 12px;
    float: left;
}

.btn3{
    background: url(../images/html_btn3_ru.png) 100% 100% no-repeat;
    width: 216px;
    height: 50px;
    margin-left: 8px;
    padding-top: 12px;
    float: left;
}

.btn4{
    background: url(../images/html_btn4_ru.png) 100% 100% no-repeat;
    width: 160px;
    height: 50px;
    margin-left: 8px;
    padding-top: 12px;
    float: left;
}

.infoID{
    font-family: Calibri,sans-serif;
    outline-style:none;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    color: #8f6844;
    float: left;
    width: 350px;
    padding-left: 40px;
}

.infoVersion{
    font-family: Calibri,sans-serif;
    outline-style:none;
    font-size: 22px;
    font-weight: bold;
    color: #8f6844;
    float: right;
    width: 250px;
    padding-right: 10px;
    padding-top: 4px;
}

.infoContainer{
    width: 1020px;
    height: 55px;
    margin:0 auto;
}

.gameContainer{
    width: 960px;
    height: 650px;
    margin:0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.gameFrameContainer{
    display: block;
    margin: auto;
    width: 1020px;
    height: 770px;
    background: url(../images/html_bg_ru.png) 100% 100% no-repeat;
}

.btnContainer{
    display: block;
    width: 1020px;
    height: 69px;
    margin:0 auto;
}

.totalContainer{
    display: block;
    width: 1020px;
    height: 875px;
    margin: auto;
    position: relative;
}

.adsContainer{
    display: block;
    margin:0 auto;
    position: relative;
    width: 1020px;
    height: 25px;
}