/* CSS Document */
body{
padding:0;
margin:0;
background-image:url(../cortes/fundo.png);
background-repeat:repeat-x;
background-color:#D4D0C8;
}
#geral{
width:800px;
min-height:1000px;
height:auto;
overflow:hidden;
margin:0 auto;
}
#geral_i{
width:800px;
min-height:800px;
height:auto;
overflow:hidden;
margin:0 auto;
}
#geral_c{
width:800px;
min-height:800px;
height:auto;
overflow:hidden;
margin:0 auto;
}
#geral_p{
width:800px;
min-height:800px;
height:auto;
overflow:hidden;
margin:0 auto;
}
#topo{
width:800px;
height:200px;
margin:0 auto;
background-image:url(../cortes/f_flash.png);
background-repeat:no-repeat;
position:relative;
}
#centro{
width:765px;
padding-left:35px;
height:auto;
overflow:hidden;
min-height:610px;
background:#FFFFFF;
position:relative;
}
#rodape{
width:792px;
height:120px;
background-image: url(../cortes/rodape.png);
border:4px solid #FFFFFF;
margin:0 auto;
}

.rodape_direita{margin-top:20px; width:250px; height:75px; float:right;}

.rodape_esquerda{margin-top:20px; width:264px; height:50px; float:left;}



