body {
	background-image: url(../imagens/bg_index.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#corpo{	
	margin:auto;	
	width:990px;	
}
#topo {		
	width:990px;		
}
#subtopo{
	float:left;
	width:990px;
	margin-top:55px;
}
#conteudo {	
	float:left;		
	width:990px;
	margin-top:45px;	
}
#rodape{	
	width:100%;
	clear:both;
	height:100px;
	background-image:url(../imagens/bg_rodape.jpg);
	background-repeat:repeat-x;
	background-color:#EEEFE9;
}
#separador-rodape{
	width:990px;
	height:40px;
	float:left;
	
}