@import url(/templates/header-consumer/stylesheets/template.css);

body {
    background-image: url(/media/FirstPage/firstpage-back-leafs.jpg);
    background-position: 48% 144px;
    background-repeat: no-repeat;
}

.container {
    background-image: url(/media/FirstPage/firstpage-back.gif);
    background-position: 0px 145px;
    background-repeat: no-repeat;
}

.content-container {
    margin-top: 2px;
    width: 942px;
    height: 318px;
}

.content-container .image {
    width: 382px;
    height: 255px;
    float: left;
    margin-top: 32px;
    margin-left: 30px;
    overflow: hidden;
}

.content-container .content {
    width: 287px;
    height: 255px;
    float: left;
    margin-top: 32px;
    margin-left: 20px;
    overflow: auto;
    line-height: 18px;
}

.content-container .slogan-container {
    width: 136px;
    height: 214px;
    float: left;
    margin-top: 39px;
    margin-bottom: 40px;
    margin-left: 45px;
    overflow: hidden;
}
 
.lower-container {
    width: 940px;
    height: 230px;
    margin-top: 37px;
}

.lower-container .news {
    width: 270px;
    height: 198px;
    float: left;
    margin-top: 15px;
    margin-bottom: 40px;
    margin-left: 130px;
    margin-right: 20px;
    overflow: hidden;
    text-align: left;
}

.lower-container .news .news-headline {
    color: #951268;
    font-size: 18px;
    margin-bottom: 3px;
}

.lower-container .ad1 {
    width: 216px;
    height: 154px;
    float: left;
    margin-top: 35px;
    margin-bottom: 40px;
    margin-left: 35px;
    overflow: hidden;
}

.lower-container .ad2 {
    width: 216px;
    height: 154px;
    float: left;
    margin-top: 35px;
    margin-bottom: 40px;
    margin-left: 45px;
    overflow: hidden;
}

