body {
	background-image: url(../imagens/fundo_principal.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  margin: 0px;
  padding: 0px;
}

#geral{

	text-align:center;
	  

}

#corpo{
	width:1003px;
	margin:0 auto;
	
	
}

#topo {
  float: left;
  height: 213px;
  width: 100%;  
  background-image: url(../imagens/fundo_topo.jpg);
  background-repeat: repeat-y;
  background-position: center bottom;
}

#topo_home {
  float: left;
  height: 30px;
  width: 100%;  
}

#miolo {
  float: left;
  height: 100%;
  width: 100%;
  background-image: url(../imagens/fundo_miolo.gif);
  background-repeat: no-repeat;
  background-position: center 25%;
  _margin-top: - 840px;
}

#miolo_home {
  float: left;
  height: 100%;
  width: 100%;
  background-image: url(../imagens/fundo_miolo.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

#rodape {

  
  float: left;
  height: 189px;
  width: 100%;
  background-image: url(../imagens/fundo_rodape.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
}

#rodape_home {
	
	float: left;
  height: 189px;
  width: 100%;
  background-image: url(../imagens/fundo_rodape_home.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
