/* ОСНОВНЫЕ */

::-webkit-scrollbar { 
    display: none;
}

* {
    padding: 0;
    margin: 0;
    /*border: 0;*/
}

html {
    background: #fff;  /* Может быть, сработает */
}

body {
    background: #fff;  /* Может быть, сработает */
    min-width: 960px;
}

a {
    color: #9BDE07;
}
a:hover {
    color: #FFFCCE;
}

img {
    border: 0;
}

b, strong, h1, h2, h3 {
    font-weight: bold;  /* Исправляем отображение толщины шрифтов в Windows 7 */
}


/* ВЁРСТКА */

.wrapperLandingOuter {
    background: #fff url(img/wrapperBg.jpg) center top no-repeat;
}

.wrapperLanding {
    font: 12px/1 'PT Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #010101;
    /* width: 960px; */
    height: 980px;
    margin: 0 auto;
    position: relative;
}

/* Логотип */

.gameLogo {
    background: url(img/gameLogo.png) no-repeat;
    width: 270px;
    height: 171px;
    position: absolute;
    margin-left: -460px; 
    top: 7px;
    left: 50%;
    z-index: 10;
}


/* Форма */

#esprit-auth-widget-holder {
    width: 399px;
    height: 493px;
    margin-left: 85px;
    position: absolute;
    top: 120px;
    left: 50%;
}


/* Layout: <IZEM©STUDIO> • 2016 */