html , body {
height: 100%; /*Required */
overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;
}

body {
background-color:#e4e4e4;
font-family:Arial, helvetica, Sans-Serif;
}

#centralizador {
position:absolute;
top:0px;
left:0px;

width:1000px;
height:600px;

background-color:white;

background-image:url('../img/bck.gif');
background-repeat:repeat-y;

border-left:1px solid LightSlateGray;
border-right:1px solid LightSlateGray;

z-index:0;
}

#rolagem {
position:absolute;
top:0px;
left:0px;

width:1000px;
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
}


