html,body{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    min-width: 960px;
    min-height: 680px;
}

body{
    background: #50696f url('../img/inner/body_line.jpg') left top repeat-x !important;
}

.body_bg {
    background: url('../img/inner/body.jpg') center top no-repeat;
    _height: expression(document.body.clientHeight > 680 ? "100%" : "680px");    
    min-height: 680px;
}
.body_bg2 {
    background: url('../img/inner/bodyc.jpg') center top no-repeat;
    _height: expression(document.body.clientHeight > 680 ? "100%" : "680px");    
    min-height: 680px;
}
a.logo {
    display: block;
    position: absolute;
    width: 125px;
    height: 99px;
    left: 30px;
    background: url('../img/inner/logo.jpg') center top no-repeat;
}

div.action{
    font: 11px Verdana, Arial, sans-serif;
    position: absolute;
    top: 26px;
    left: 200px;
    color: #009ea0;
}
div.map {
    position: absolute;
    width: 582px;
    height: 228px;
    top: 200px;
    left: 333px;
}
div.highlight {
    position: absolute;
}

.mapshow {
    position: absolute;
    z-index: 999;
    display: none;
    width: 272px;
    height: 243px;
    background-position: left top;
    background-repeat: no-repeat;
}
#kyiv_mapshow {
    left: 310px;
    top: -180px;
    background-image: url('../img/inner/maps/kyiv.png');
}
#lvov_mapshow {
    left: 120px;
    top: -180px;
    background-image: url('../img/inner/maps/lvov.png');
}
#dnepr_mapshow {
    left: 250px;
    top: 100px;
    background-image: url('../img/inner/maps/dnepr.png');
}
#donetsk_mapshow {
    left: 320px;
    top: 100px;
    background-image: url('../img/inner/maps/donetsk.png');
}
#odesa_mapshow {
    left: -5px;
    top: -100px;
    background-image: url('../img/inner/maps/odesa.png');
}
#yalta_mapshow {
    left: 195px;
    top: -50px;
    background-image: url('../img/inner/maps/yalta.png');
}
#kyiv {
    width: 80px;
    height: 56px;
    left: 220px;
}

#odesa {
    width: 60px;
    height: 70px;
    left: 270px;
    top: 80px;
}

#yalta {
    width: 74px;
    height: 80px;
    left: 468px;
    top: 136px;
}
#dnepr {
    width: 120px;
    height: 55px;
    left: 325px;
    top: 32px;
}
#donetsk {
    width: 85px;
    height: 55px;
    left: 480px;
    top: 34px;
}
#lvov {
    width: 40px;
    height: 50px;
    left: 67px;
    top: 10px;
}
a.rules {
    font-size: 12px;
    font-weight: bold;           
}

div.wifi_text{
    font: 10px Verdana, Arial, sans-serif;
    top: 360px;
    left: 30px;
    line-height: 18px;
    white-space: nowrap;
    color: #fff;
}
div.wifi{
        top: 280px;
        left: 30px;
        background-image: url('../img/fase/menus/pic/wifi.png');
    }
        div.wifi a{ width: 255px; height: 63px; }
            div.wifi a span{ background-image: url('../img/fase/menus/text/wifi.png'); }

div.bottom span{
    font: 11px Verdana, Arial, sans-serif;
    display: block;
    margin-left: 30px;
    line-height: 43px;
    color: #fff;
}


