*{
    padding:0;
    margin:0;
    font-family:arial,sans-serif;
    border:none;
}
body{
    background:url(../imgs/bg_01.jpg) center top no-repeat #2d2d2d;
}
#conteudo{
    position:absolute;
    top:122px;
    left:50%;
    margin-left:-395px;
    background:url(../imgs/bg_conteudo.png) repeat-x;
    width:809px;
    height:442px;
    overflow:hidden;
}
iframe{
    width:100%;
    height:100%;
    background:none;
}
#topo{
    position:absolute;
    width:100%;
}
#bottom{
    position:absolute;
    top:580px;
    width:100%;
    height:30px;

}
#addres{
    position:relative;
    width:100%;
    height:16px;
    background:none;
        background:#282828;
    text-align:center;
    color:#fff;
    font-size:11px;
}