@media screen {

html , body {
height: 100%; /*Required */
overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;
}

#centralizador {
position:absolute;
top:0px;
left:50%;

width:1000px;
height:600px;

margin-left:-500px;;

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
}

} 

@media print {

body {
overflow:auto;
background-color:white!important;
}

#centralizador {
position:absolute;
top:0cm;
left:0cm;

width:21cm;

overflow:visible;

background-image:none!important;
border:none!important;
}
