@charset "utf-8";
/* CSS Document */

body{
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background:url(../images/back_corpo.png) repeat;
}

#BackDiv{
position:relative;
width:100%;
height:177px;
background:url(../images/back_topo.png) top left repeat-x;
}

#MasterDiv{
position:relative;
width:920px;
height:auto;
margin:0 auto;
background:url(../images/sombra.png) top center repeat-y; 
min-height:100%;
overflow:hidden;
}

#TopoModulo{
position:relative;
width:880px;
height:138px;
margin:0 auto;
}

#MenuDiv{
position:relative;
width:880px;
height:25px;
margin:0 auto;
text-align:center;
}

#ConteudoDiv{
position:relative;
width:880px;
height:auto;
clear:both;
background:#FFFFFF;
margin:0 auto;
min-height:100%;
overflow:hidden;
padding-bottom:15px;
}

#FooterDiv{
width:880px;
height:25px;
margin:0 auto !important;
clear:both;
background:#d4a246;
}