*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
    font-family:arial, sans-serif;
}
body{
    overflow:hidden;
    background:#273900;
    height:100%;
}
#bgWhite{
    width:100%;
    height:585px;
    position:absolute;
    top:0;
    left:0;
    z-index:-2;
    background:#fff;
}
img{
    border:none;
}
#topo{
    width:100%;
    height:61px;
    position:relative;
    z-index:1;
    background:url(../imgs/top_bg.png) top center;
}
#layout{
    width:807px;
    position:relative;
    top:-61px;
    left:50%;
    margin-left:-324px;
    z-index:0;
}
#bgMulher{
    width:807px;
    height:580px;
    position:absolute;
    top:0;
    left:50%;
    margin-left:-120px;
    z-index:-1;
    background:url(../imgs/mulher_bg.png) right top no-repeat;
}
#conteudo{
    margin:40px 250px 0 20px;
}
#texto{
    width:529px;
    height:316px;
    background:url(../imgs/bg_geral.png) no-repeat;
    font-size:11px;
    overflow:hidden;
    padding-top:10px;
}
#textoScroll{
    width:96%;
    height:90%;
}
#textoPadding{
    padding:0 5px 0 35px;
    color:#3d5900;
}
#textoPadding h1{
    margin-left:-15px;
}
#textoPadding h2{
    font-size:14px;
}
#tv{
    position:absolute;
    left:280px;
    top:80px;
    _top:120px;
    z-index:5;
}
#bottom{
    width:100%;
    height:100px;
    background:url(../imgs/bottom_bg.png) no-repeat top center;
    position:absolute;
    top:520px;
    z-index:3;
    text-align:right;
}
#videoGalery{
    float:left;
    margin:2px;
    text-align:center;
}