codigo index
<?php include_once("header.php"); ?>
<?php include_once("home.php"); ?>
<?php include_once("footer.php"); ?>codigo css
@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0;}
body{ background: #6FF;}
#box{width:1002px; margin:0 auto; background-color:#fff; }
#topo{ height:150px; background:#093; margin:0; padding:0;}
#anuncios_home{ height:500px; background:#339;}
#footer{ height:130px; background:#963;}codigo header
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Classifácil Paraíso - O Seu Portal das Oportunidades</title> <link href="estilo.css"rel="stylesheet" type="text/css" /> </head> <body> <div id="box"> <div id="topo"></div><!--fecha topo-->
codigo conteudo
<div id="anuncios_home"> a </div><!--fecha anuncios_home-->
codigo rodape
<div id="footer"> a </div><!--fecha footer--> </div><!--fecha box --> </body> </html>
http://img43.imagesh.../i/printjn.jpg/
ta dano um espaço no conteudo tbm so q nao aparece na print muito estranho esse problema azul claro e o body o branquinho sao os espaços
vlw

Help














