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/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.map {
    position: absolute;
    width: 582px;
    height: 228px;
    top: 200px;
    left: 333px;
}
div.highlight {
    position: absolute;
}

#mapshow {
    position: absolute;
    z-index: 999;
    display: none;
    left: 340px;
    top: -180px;
}
#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;
}
a.rules {
    font-size: 12px;
    font-weight: bold;        
    
    
}

span.news_title {
    display: block;
    position: relative;
    width: 180px;
    height: 19px;
    top: 40px;
    left: 80px;
    background: url('../img/fase/menus/text/news.png') left top no-repeat;
        
}

span.avenue_title {
    display: block;
    position: relative;
    width: 180px;
    height: 19px;
    top: 40px;
    left: 80px;
    background: url('../img/fase/menus/text/aleya.png') left top no-repeat;
        
}

div.news_active {
    background-image: url('../img/fase/menus/pic/news.png');
    height: 90px;
    width: 90px;
    background-position: left top;
    background-repeat: no-repeat;
}

div.avenue_active {
    background-image: url('../img/fase/menus/pic/aleya.png');
    height: 90px;
    width: 90px;
    background-position: left top;
    background-repeat: no-repeat;
}

div.submenus {
    float: left;
}

    div.submenus a {
        display: block;
        height: 90px;
        width: 80px;
        background-position: left top;
        background-repeat: no-repeat;
    }

a.wifi {
    background-image: url('../img/fase/menus/pic/wifi.png');
}
a.news {
    background-image: url('../img/fase/menus/pic/news.png');
}
a.avenue {
    background-image: url('../img/fase/menus/pic/aleya.png');
}
a.parkman {
    background-image: url('../img/fase/menus/pic/parkman.png');
}
a.lj {
    background-image: url('../img/fase/menus/pic/blog.png');
}

div.bottom span{
    margin-left: 0px;
}
