/* CSS Document */
/* Estruturação das páginas começa aqui */
body {
background:url(../imagens/body.jpg) repeat-x;
text-align: center;
}
.atras {
z-index:0
}
#tudo {
background-color: #fff;
height:auto;
width: 990px;
margin: 0 auto;
text-align: left;
overflow:hidden;
}
#menu1{
height:31px;
width:600px;
}

#corpo {
height:auto;
width:990px;
}
#topo {
height:110px;
width:990px;
z-index:1;
}
#banner {
height:315px;
width:980px;
padding-left:10px;
float:left;
z-index:5;
background:url(../imagens/fundo_banner.jpg);
}
#conteudo {
height:330px;
width:980px;
padding-left:10px;
float:left;
}
#rodape {
font:Arial;
font-size:85%;
height:auto;
width:990px;
float:left;
/* Estruturação das páginas termina aqui */