﻿body {
    background:url(../image/intro_bg.gif) 50% 0% no-repeat;
    background-color:#bec7a1;
    padding:110px 0 0 0;
    margin:0;
}


#content {
    height:585px;
    
}

#header {
    background:none;
    background-color:#cab69e;
    height:49px;
    min-height:49px;
    padding:3px 0 5px 0;
    margin:0;
    text-align:center;
}

#body {
    margin:0 auto;
    height:290px;
    width:320px;
}

#body .home {
    margin-top:10px;
    padding-bottom:10px;
    clear:both;
    text-align:center;
}

#body .blog {
    position:absolute;
}

#body .promo {
    position:absolute;
    margin-left:115px;
}

#body .clients {
    text-align:center;
    padding-bottom:15px;
}

#body .txt {
    padding-top:4px;
    text-align:center;
}
#body .notice {
    color:#444;
    border:1px solid #444;
    background-color:#ccc;
    clear:both;
    padding:5px;
    text-align:center;
    line-height:16px;
}

#body .promo .txt {
    margin-left:-12px;
    padding-top:0;
}

#body img {
    border:0;
}

#footer {
    background:none;
    background-color:#86b9ac;
    height:43px;
    min-height:43px;
    padding:0;
    margin:0;
}