@charset "utf-8";
body {
	margin:0px;
	text-align:center;
	background-image:url(../imagens/fundo.jpg);
	background-position:center;
}
#centraliza {
	margin:0px auto;
	width:100%;
	text-align:center;
	background-color:#18253C;
}
#topo {
	height:137px;
	margin:0px auto;
	width:100%;
	text-align:center;
}
#banner {
	height:390px;
	width:100%;
	margin:0px auto;
	overflow:visible;
	text-align:center;
}
#centro {
	height:auto;
	width:970px;
	margin:0px auto;
	background-color:#DDD2C5;
}
#baixo {
	margin:0px auto;
	width:100%;
	text-align:center;
	height:170px;
	background-color:#18253C;
}
#rodape {
	margin:0px auto;
	width:100%;
	text-align:center;
	height:40px;
	background-color:#131D2D;
}