body {
    background-color:#f37332;
}
body > div.container {
    width:1224px;
    min-height:566px;
    background: url(/img/background.jpg) no-repeat;
    margin:0 auto 0 auto;
}
body > div.container > div {
    position: absolute;
}
div.container > div.content {
    top:0;
    left:50%;
    width:824px;
    height:710px;
    margin-left:-412px;
    background-color:#fff;
    box-shadow: 0px 0px 6px #000;
    border:0px solid #fff;
    border-bottom-left-radius:25px;
    border-bottom-right-radius:25px;
    z-index:10;
}
div.container > div.banner {
    top:30px;
    left:50%;
    width:910px;
    height:107px;
    margin-left:-455px;
    background: url(/img/top_bar.jpg) repeat-x;
    box-shadow: 0px 3px 6px #232323;
    z-index:20;
}
div.container > div.banner > div.logo {
    width:254px;
    height:79px;
    background: url(/img/logo.png) no-repeat;
    margin: 12px 0 0 60px;
}
div.container > div.fold {
    top:136px;
    left:50%;
    width:910px;
    height:11px;
    margin-left:-455px;
    z-index:5;
}
div.container > div.footer {
    top:730px;
    left:50%;
    width:824px;
    margin-left:-412px;
    height:500px;
}
div.container > div.fold > div {
    height:11px;
    background:no-repeat;
}
div.container > div.fold > div.left {
    width:43px;
    background-image: url(/img/fold_left.png);
    float:left;
}
div.container > div.fold > div.right {
    width:43px;
    background-image: url(/img/fold_right.png);
    float:right;
}
div.container > div.footer > div.about {
    float:left;
    width:527px;
}
div.container > div.footer div.top {
    width:100%;
    height:26px;
}
div.container > div.footer > div.about > div.top {
    background: url(/img/triangle.png) no-repeat 100px;
}
div.container > div.footer > div.about > div.content {
    background-color:#3a3a3c;
    color:#fff;
    height:340px;
    padding:30px 30px 30px 30px;
}
div.container > div.footer > div.about > div.content > div.title {
    width:375px;
    height:108px;
    background: url(/img/about.png) no-repeat;
}

div.container > div.footer > div.contact > div.content {
    float:right;
    width:262px;
    height:402px;
    background:#f1572c url(/img/contact.png) no-repeat;
}
p {
    margin-top:15px;
    font-family:Tahoma, serif;
    font-size:13pt;
    line-height:15.0pt
}

div.container > div.footer > div.contact > div.content > div.email {
    margin-top:86px;
    width:262px;
    text-align:center;
    font-weight:bold;
}