html , body {
height: 100%; /*Required */
overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;
}

body {
background-color:#502806;
font-family:Tahoma, Arial, Helvetica,Sans-Serif;
}

#centralizador {
position:absolute;
top:0px;
left:0px;

width:786px;
height:600px;

background-color:#4f2806;

background-image:url('../img/bck.gif');
background-repeat:repeat-y;

border-left:1px solid #995300;
border-right:1px solid #995300;

z-index:0;
}

#texto {
width:786px;
height:600px;

overflow:auto;
overflow-x:hidden;
overflow-y:auto;

z-index:20;
}

.footer {
position:absolute;
bottom:0px;
left:0px;

width:665px;
height:36px;
/*
background-color:LightSteelBlue;
border-top:1px solid LightSlateGray;
*/
padding-top:3px;

font-size:08pt;
text-align:center;

z-index:30
}


