h1,h2,h3,form,html,p,div,span,table,tbody,td,tr,img,ul,ol,li{margin:0;padding:0}
body{color:#fff;margin:0 auto;background:#000;}
body,table,td,th,input,textarea,select{font-family:Arial,Verdana,sans-serif}
a{color:#ff3;outline:0;text-decoration:underline}
.container {
    max-width: 320px;
    min-width: 230px;
    margin: 0 auto;
    background: #000;
    font-size: 14px;
}
.b-landing-body {
    position: relative;
    padding-top: 1px;
}
.b-start {position: relative;}
.b-start img {
    display: block; 
    min-width: 240px; 
    max-width: 320px; 
    
    max-height: 219px;
    margin: 0 auto;
}
.wrap-btn-start {
    position: absolute;
    bottom: 0; 
    width: 100%;
}
.btn-start-game {
    display: block;
    margin: 0 auto;
    width: 154px;
    height: 21px;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #fdf300;
    background: url('../images/login/landing-btn.png') repeat-x 0 0 #fc6102;
    transition : border 700ms ease-out;
    -webkit-transition : border 700ms ease-out;
}
.btn-start-game:hover, .btn-start-game:active  { border-color: #fff; }
.b-main-about {
    margin: 10px 0;
    font-size: 12px;
    color: #ccc;
    text-align: center;
}

.b-landing-social {
    background: #1b1b1b;
    text-align: center;
    color: #888;
    padding: 5px;
}
.social-inner { display: inline-block; }
.social-label {
    float: left;
    margin: 0 8px;
    text-align: right;
    font-size: 12px;
}
.vk-link, .odkl-link {
    float: left;
    width: 24px;
    height: 24px;
    margin: 4px 8px 0 8px;
}
.vk-link { background: url('../images/login/vk.png') no-repeat 0 0; }
.odkl-link { background: url('../images/login/odkl.png') no-repeat 0 0; }

.b-content { background: #232323; }
.content-inner { padding: 5px; }
.b-footer {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}
.sep-top {
    background: url('../images/sep-top.png') repeat-x 0 0 #222;
    height: 2px;
}

.btn-login {
    display: block;
    width: 154px;
    margin: 5px auto;
    padding: 7px 5px;
    color: #bbb;
    text-align: center;
    font-size: 14px;
    background: url('../images/btn-a-bg.png') repeat-x 0 0 #1a4347;
    border: 0;
    border-bottom: 1px solid #171717;
    text-decoration: none;
    border-radius: 3px;
    transition : all 700ms ease-out;
    -webkit-transition : all 700ms ease-out;
}
.btn-login:hover { border-color: #006677; }

.c-gray { color: #888888 !important;}
.c-white { color: #fff; }
.font-bold { font-weight: bold; }
.font12 { font-size: 12px; }
.font14 { font-size: 14px; }
.m10 { margin: 10px; }
.center { text-align: center; }
.mt5 { margin-top: 5px; }
.c-verygray { color: #585858 !important; }