* {  
	padding:0px; /* hack para resolver problema da margem superior IE FF*/
	margin:0px; 
}
body{
	margin:0px;
	padding:0px;

	}
#bannerhome{
	width:869px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/fdo_content.gif);
	background-repeat: repeat-y;

}
/* RODAPÉ */
div#footer{
	width:869px;
	background-image: url(../images/fdo_footer.gif);
	background-repeat: no-repeat;
	height:60px;
	color:#666666;
	text-align:center;
	font-family: "Trebuchet MS", Tahoma;
	}
div#footer p{
	margin:0;
	padding-right:51px;
	font-size:11px;
	}
div#footer a{
	text-decoration:none;
	color:#666666;
	}
div#footer a:hover{
	text-decoration:none;
	color:#CC0000;
	}
/* SELOS DE VALIDAÇÃO, SÓ SE QUISER EXIBIR*/
div#footer a:hover img{
	border:none;
	margin-top:20px;
	}
div#footer a img{
	border:none;
	margin-top:20px;
	}