html , body {
height: 100%; 
overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;
}

#centralizador {
position:absolute;
top:0px;
left:0px;
width:980px;
height:600px;
z-index:0;
}

#rolagem {
position:absolute;
top:0px;
left:0px;
width:980px;
height:600px;
overflow:auto;
overflow-x:hidden;
overflow-y:auto;
z-index:20;
}

.footer {
position:absolute;
bottom:0px;
left:122px;

width:878px;
height:44px;

background-color:LightSteelBlue;
border-top:1px solid LightSlateGray;

padding-top:3px;

font-size:08pt;
text-align:center;

z-index:30
}


