body {
    background-color: #e1c7ae;
}
#prevs {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#prevs a {
    display: inline-block;
}
#prev {
    width: 276px;
    height: 115px;
    float: left;
    text-align: center;
    margin-bottom: 25px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #3e3e3e;
    color: #FFFFFF;
    font: 12pt;
    border: 1px solid black;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 10px;
    vertical-align: middle;
}

#prev a {
    text-decoration: none;
}

#previmage {
    width: 100px;
    height: 100px;
    float: left;
    margin: 7px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 10px;
    border: 1px solid #ffffff;
}

#container {
    margin-left: 30px;
    margin-right: 80px;
    margin-top: 110px;
}
.logo {
    float: left;
}
.link_to_bala {
    width: 260px;
    display: block;
    text-decoration: none;
    float: right;
    margin-top: 21px;
}

#polos {
    height: 500px;
    width: 80px;
    position: fixed;
    left: 0px;
}

#polos2 {
    height: 500px;
    width: 80px;
    position: fixed;
    right: 0px;
}

#topPan {
    vertical-align: top;
    height: 60px;
    width: 100%;
    padding-bottom: 10px;
    background-color: #3e3e3e;
    position: fixed;
    top: 1px;
    left: 0px;
    border-bottom: 4px solid #f5c386;
    text-align: center;
}
.prev-text {
    display: table;
    width: 156px;
    height: 100%;
}
.prev-text-cont {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.prev-text-ru {
    margin-top: 8px;
}

.search-v {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 26px;
    display: block;
    padding: 10px;
    font-size: 18px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
