/* BACKGROUNDS
---------------------------------------- */

html { background: #fff url('../../img/common/bg-page-header-12.jpg') no-repeat center top; }
body { background: url('../../img/common/bg-page-footer-2.png') no-repeat center bottom; }



#sales {
    margin: 100px 0;
}




#blog h1 {
    background-image: url('../../img/section/relacionamento/tit-blog-lw.png');
    height: 30px;
    margin-bottom: 45px;
}

#twitter h1 {
    background-image: url('../../img/section/relacionamento/tit-follow-twitter.png');
    height: 30px;
    margin: 75px 0 45px;
}



#blog {
    background: url('../../img/section/relacionamento/art-blog.png') no-repeat right top;
}

#twitter {
    background: url('../../img/section/relacionamento/art-twitter.png') no-repeat 550px 80px;
}



#blog ul,
#twitter ul {
    width: 450px;
    float: left;
}





#blog p small {
    font-size: 13px;
    color: #FF5A00;
    padding: 5px 0;
}

#blog h2 a {
    font-size: 21px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
}

#blog dd a {
    color: inherit;
    line-height: 18px;
}

#blog ul li {
    padding: 20px 0;
    float: left;
}

#blog a.more {
    /*background: url('../../img/section/relacionamento/bt-see-posts.png') no-repeat !important;
    height: 25px;*/
    width: 200px;
    float: left;
    clear: both;
    /*padding: 0 !important;
    text-indent: -9999px !important;*/
}




#twitter ul li {
    line-height: 18px;
    padding: 10px 0;
    border-bottom: 1px dashed #666;
}

#twitter a.sender {
    display: block;
    color: #00BDB9;
    text-decoration: underline;
}

#twitter a.more {
    /*background: url('../../img/section/relacionamento/bt-page-twitter.png') no-repeat !important;
    height: 25px;*/
    width: 200px;
    float: left;
    margin: 240px 0 0 150px;
    /*padding: 0 !important;
    text-indent: -9999px !important;*/
}









