body{
background-image:url(imagens/fundo.jpg);
background-repeat:repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
}
#geral{
width:801px;
height:700px;
margin:0 auto;
}
#topo img{
margin-bottom:-3px;
}
#meio img{
margin-bottom:-3px;
}
#meioprod1 img{
margin-bottom:-3px;
}
/* hack para firefox */
html>body #topo img{
margin-bottom:0px;}
html>body #meio img{
margin-bottom:0px;}
html>body #meioprod1 img{
margin-bottom:0px;}

/* hack para ie7 */
*:first-child+html #meio img{
margin-bottom:-3px;}
*:first-child+html #meioprod1 img{
margin-bottom:-3px;}
*:first-child+html #topo img{
margin-bottom:-3px;
}

