body {
    padding:0;
    margin:0;
}
body > div.container {
    margin:0;
    padding:0;
    width:854px;
    height:683px;
}
body > div.container > div {
    width:100%;
    float:left;
}
div.container > div.top {
    height:400px;
    overflow:hidden;
}
div.top > div.left {
    float:left;
}
div.top > div.right {
    margin-right:28px;
    float:right;
}
div.left > div.image {
    margin-top:30px;
}
div.right > div.title {
    float:right;
}
div.right > div.content {
    clear:both;
    float:right;
    width:430px;
}
div.content > div.text {
    font-family:Tahoma, serif;
    font-size:14.0pt;
    line-height:16.0pt;
    color:#fff;
}

div.container > div.bottom {
    height:280px;
    overflow:hidden;
}

#gallery {
    width:800px;
    margin-top:25px;
    margin-left:auto;
    margin-right:auto;
    height:230px;
    background-color:rgba(0,0,0,0.4);
}
#gallery > div {
    float:left;
    height:183px;
    margin-top:24px;
    margin-left:10px;
}
#gallery > div.previous,
#gallery > div.next {
    width:15px;
    height:28px;
    margin-top: 96px;
    cursor:pointer;
}
#gallery > div.previous:hover {
    opacity:0.8;
}
#gallery > div.next:hover {
    opacity:0.8;
}
#gallery > div.previous {
    background:url(/img/previous.png) no-repeat;
}
#gallery > div.next {
    background:url(/img/next.png) no-repeat;
}
#gallery-carousel {
    width:729px;
    height:183px;
    overflow:hidden;
}