*{
    margin:0px;
    padding:0;
    text-decoration:none;
}
body{
    background:transparent url(/images/fundo.jpg) center top repeat fixed;
}
#geral{
    width:960px;
    height:577px;
    min-height:577px !important;
    height:auto;
    margin:auto;
    background:transparent url(/images/conteudo.png) center -20px no-repeat;
}
#geral fieldset{
    border:none;
}
#geral fieldset label{
    float:right;
    font:bold 20px Georgia,Times New Roman,Times,serif;
    
    color:white;
    padding:30px;
}
#geral .anuncio{
    width:180px;
    height:110px;
    background-color:white;
    float:left;
    margin:320px 0px 0px 10px;
    text-align:center;
}
#geral .anuncio p{
    margin-top:40px;
}
