/* Define o layout da pagina*/ body { text-align:center; scrollbar-arrow-color:#999999; scrollbar-3dlight-color:#999999; scrollbar-highlight-color:#999999; scrollbar-face-color:#FFFFFF; scrollbar-shadow-color:#999999; scrollbar-darkshadow-color:#999999; scrollbar-track-color:#FFFFFF; } #geral { width:790px; position:relative; border:0px solid #999999; top:0; margin:auto; } #header { width:790px; height:150px; position:absolute; background: url(../imagens/header.jpg) no-repeat; left:0; top:0; } #menu { width:210px; height:430px; position:absolute; background:url(../imagens/menu.jpg) no-repeat; top:150px; left:0px; } #center { width:580px; height:430px; position:absolute; background:url(../imagens/centro.jpg) no-repeat; top:150px; left:210px; right:0px; } #center-cont { width:500px; height:350px; position:absolute; top:20px; left:20px; right:20px; overflow:auto; }