body {
	background-color: #FFFFFF;
	background-image: url(../imagens/bg_index.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#corpo{
	margin:auto;
	width:990px;
	position:relative;
}
#conteudo_index {
	width:990px;		
}

#conteudo {
	float:left;
	width:990px;
	margin-top:170px;	
}
#rodape{
	width:100%;
	height:115px;
	clear:both;
	margin-top:20px;
	background-image:url(../imagens/bg_rodape.jpg);
}

