html{
    overflow-y: scroll;
}
html,body{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    min-width: 960px;
    min-height: 685px;
}
body{
    background: #50696f url('../img/fase/body_line.jpg') left top repeat-x;
}

.body_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _width: expression(document.body.clientWidth > 980 ? "100%" : "980px");
    _height: expression(document.body.clientHeight > 685 ? "100%" : "685px");
    min-width: 980px;
    min-height: 685px;
    background: url('../img/fase/body.jpg') center top no-repeat;
}
.body{
    position: absolute;
    top: 0;
    left: 50%;
    width: 980px;
    height: auto;
    min-height: 100%;
    margin-left: -480px;
}
a.logo{
    display: block;
    position: absolute;
    top: 25px;
    left: 7px;
    width: 167px;
    height: 125px;
}
div.action{
    font: 11px Verdana, Arial, sans-serif;
    position: absolute;
    top: 402px;
    left: 54px;
    color: #fff;
}
div.wifi_text{
    font: 10px Verdana, Arial, sans-serif;
    position: absolute;
    top: 526px;
    left: 56px;
    line-height: 18px;
    white-space: nowrap;
    color: #fff;
}
    div.wifi_text a{
        color: #fff;
        text-decoration: underline;
    }
    div.wifi_text a:hover{
        text-decoration: none;
    }

span.wifi_title {
    display: block;
    position: relative;
    width: 180px;
    height: 19px;
    top: 44px;
    left: 79px;
    background: url('../img/fase/menus/text/wifi.png') left top no-repeat;
        
}
/* BEGIN Menus */
div.menus{
    position: absolute;
    height: 118px;
    width: 80px;
    background-position: left top;
    background-repeat: no-repeat;
}
    div.menus a{
        display: block;
        position: relative;
    }
        div.menus a span{
            display: block;
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 100%;
            height: 19px;
            background-position: right 0px;
            background-repeat: no-repeat;
            cursor: pointer;
        }
        div.menus a:hover span{
            background-position: right -19px;
        }
        
    div.wifi{
        top: 444px;
        left: 58px;
        background-image: url('../img/fase/menus/pic/wifi.png');
    }
        div.wifi a{ width: 230px; height: 63px; }
            div.wifi a span{ background-image: url('../img/fase/menus/text/wifi.png'); }
    
    div.news{
        top: 438px;
        left: 468px;
        background-image: url('../img/fase/menus/pic/news.png');
    }
        div.news a{ width: 147px; height: 68px; }
            div.news a span{ background-image: url('../img/fase/menus/text/news.png'); }
    
    div.aleya{
        top: 439px;
        left: 719px;
        background-image: url('../img/fase/menus/pic/aleya.png');
    }
        div.aleya a{ width: 198px; height: 68px; }
            div.aleya a span{ background-image: url('../img/fase/menus/text/aleya.png'); }
    
    div.blog{
        top: 548px;
        left: 477px;
        background-image: url('../img/fase/menus/pic/blog.png');
    }
        div.blog a{ width: 191px; height: 67px; }
            div.blog a span{ background-image: url('../img/fase/menus/text/blog.png'); }
    
    div.parkman{
        top: 548px;
        left: 713px;
        background-image: url('../img/fase/menus/pic/parkman.png');
    }
        div.parkman a{ width: 238px; height: 67px; }
            div.parkman a span{ background-image: url('../img/fase/menus/text/parkman.png'); }
/* END Menus */

/* BEGIN Bottom */
div.bottom{
    position: absolute;
    left: 0px;
    bottom: 5px;
    width: 100%;
    height: 44px;
}
    div.bottom span{
        font: 11px Verdana, Arial, sans-serif;
        display: block;
        margin-left: 56px;
        line-height: 43px;
        color: #fff;
    }
    div.bottom a{
        display: inline;
        float:  right;
        height: 43px;
        margin-left: 22px;
        background-position: left 0px;
        background-repeat: no-repeat;
    }
    div.bottom a:hover{
        background-position: left -43px;
    }
    div.bottom a.facebook{
        width: 80px;
        background-image: url('../img/fase/bottom/facebook.png');
        _background-image: url('../img/fase/bottom/facebook-ie6.png');
    }
    div.bottom a.twitter{
        width: 81px;
        background-image: url('../img/fase/bottom/twitter.png');
        _background-image: url('../img/fase/bottom/twitter-ie6.png');
    }
    div.bottom a.vkontakte{
        width: 101px;
        background-image: url('../img/fase/bottom/vkontakte.png');
        _background-image: url('../img/fase/bottom/vkontakte-ie6.png');
    }
    div.bottom a.youtube{
        width: 73px;
        background-image: url('../img/fase/bottom/youtube.png');
        _background-image: url('../img/fase/bottom/youtube-ie6.png');
        margin-right: 30px;
    }
/* END Bottom */

#parkman {
    display: block;
    position: absolute;

    top: 170px;
    left: 50%;
    width: 370px;
    height: 459px;
    margin: 0 0 0 -185px;
    border: 0px;
    z-index: 100;
}

#link_lavochka{
    display: block;
    position: absolute;
    top: 0px;
    right: 2px;
    width: 750px;
    height: 420px;
    z-index: 50;
}
