@charset "utf-8";
body {
	margin:0px;
	background-image:url(../imagens/fundo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#C4CCCF;
	height:100%;
}
#centraliza {
	width:980px;
	height:auto;
	margin:0px auto;
}
#topo {
	width:100%;
	height:173px;
	text-align:center;
}
#centro {
	width:100%;
	height:auto;
	margin-top:15px;
}
#rodape {
	width:100%;
	height:23px;
	background-image:url(../imagens/rodape.jpg);
	background-position:center;
	clear:both;
}

