html, body { height: 100%; }

body {
    background: #ffffff url("../images/bg.gif") repeat-x scroll left top;
    
    font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
    font-size: 14px;

    position: relative;

    min-height: 880px;
}


#container {
    background: transparent url("../images/bg-i.jpg") no-repeat scroll 294px top;
    position: absolute; left: 0; right: 0; bottom: 0; top: 0;
}

#lang, #lang-ru {
    font-family: Arial,Helvetica,Garuda,sans-serif;
    color: #000000;
    display: block; height: 12px; padding-left: 22px;
    background: transparent url("../images/langs.gif") no-repeat scroll left -12px;
    position: absolute; left: 86px; top: 29px;
}

#lang-ru { background-position: left top; }

#logo {
    position: absolute; left: 88px; top: 89px;
    width: 240px; height: 90px;
    padding: 96px 0 0 82px;
    font-size:  14px;
    line-height: 19px;
    color: #4c4c4c;
    background: transparent url("../images/logo.gif") no-repeat scroll left top;
}

#content {
    position: absolute; left: 138px; top: 243px;
    padding: 32px;
    width: 428px;
    font-size:  14px; line-height: 17.5px;
    color: #4e574f;
    background: transparent url("../images/box2.png") no-repeat scroll left top;
}

#content p { margin-bottom: 12px; }

#selector {
    background: transparent url("../images/dots.gif") repeat-x scroll left top;
    margin: 0 -10px; padding: 16px 0 32px 0;
    color: #4e574f;
    font-size: 16px; font-weight: bold;
}

#selector span { padding: 0 10px; }
#selector div { margin-top: 16px; }
#selector a {
    float: left;
    color: #ffffff;
    font-size: 26px;
    text-decoration: none;
}

#selector a, #selector a i, #selector a b {
    display: block; height: 61px;
    background: transparent url("../images/buttons.jpg") repeat-x scroll left -61px;
}

#selector a i, #selector a b { background-repeat: no-repeat; }
#selector a i { background-position: left top; padding: 0 80px 0 34px; line-height: 53px; }
#selector a b { background-position: right -183px; width: 218px; }
#selector a.ru { margin-right: 25px; }
#selector a.ru b { background-position: right -122px; width: 201px; }

#banners {
    position: absolute; left: 0; bottom: 0;
    background: #eeeeee;
    border-top: 1px solid #c583a8;
    display: block;
    height: 106px; width: 100%;
}

#banners ul {
    width: 900px;
    display: block;
    margin: 0 auto;
}

#banners li {
    float: left;
    padding: 29px 0 0 0;
    width: 150px;
    text-align: center;
}
