#content {
    margin: 10px auto;
}
#content > .background {
    width: 948px;
    margin: 0 auto;
    padding: 0;
    background: transparent !important;
}
#content > .bottom {
    display: none;
}

#main_banner {
    display: block;
    position: relative;
    width: 948px;
    height: 334px;
    overflow: hidden;
    margin: 0 0 10px 0;
}
#main_banner .new,
#main_banner .old {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    margin: -10px 0 0 0;
}

#promotions {
    position: relative;
    float: left;
    width: 342px;
}
#promotions .header {
    display: block;
    width: 432px;
    height: 31px;
}
#promotions .pl {
    background: url(../images/welcome/tops.png) no-repeat 0 0;
}
#promotions .en {
    background: url(../images/welcome/tops_en.png) no-repeat 0 0;
}
#promotions .hu {
    background: url(../images/welcome/tops_hu.png) no-repeat 0 0;
}
#promotions .ro {
    background: url(../images/welcome/tops_ro.png) no-repeat 0 0;
}
#promotions .sk {
    background: url(../images/welcome/tops_sk.png) no-repeat 0 0;
}
#promotions .banner {
    display: block;
    position: relative;
    width: 342px;
    height: 193px;
    background: white;
}
#promotions .new,
#promotions .old {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
#promotions .more {
    position: absolute;
    font-size: 12px;
    color: #0e5fd8;
    right: 10px;
    bottom: 10px;
}
#promotions .bottom {
    width: 432px;
    height: 9px;
    background: url(../images/welcome/bottoms.png) no-repeat 0 0;
}





#partners {
    position: relative;
    float: left;
    width: 600px;
    padding: 0 0 0 6px;
    margin: 0;
}
#partners .header {
    display: block;
    width: 600px;
    height: 31px;
}
#partners .pl {
    background: url(../images/welcome/tops.png) no-repeat 0 -31px;
}
#partners .en {
    background: url(../images/welcome/tops_en.png) no-repeat 0 -31px;
}
#partners .hu {
    background: url(../images/welcome/tops_hu.png) no-repeat 0 -31px;
}
#partners .ro {
    background: url(../images/welcome/tops_ro.png) no-repeat 0 -31px;
}
#partners .sk {
    background: url(../images/welcome/tops_sk.png) no-repeat 0 -31px;
}
#partners .content {
    width: 580px;
    height: 193px;
    padding: 0 0 0 20px;
    background: white url(../images/welcome/partners.png) no-repeat center center;
}
#partners .content a {
    float: left;
    margin: 0;
    padding: 0;
    width: 145px;
    height: 100px;
}
#partners .bottom {
    width: 600px;
    height: 9px;
    background: url(../images/welcome/bottoms.png) no-repeat 0 -9px;
}
