body{
	margin:0px;
	font-family:arial,verdana,sans-serif;
	font-size:11px;
	background-color: #006699;
	background-image: url(../img/fundo_principal.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
	width: 100%;
	text-align:center;
}
#principal{
	margin:0;
	width:780px;
	height:auto;
}
#topo{
	display:block;
	margin:0;
	width:780px;
	height:455px;
	text-align: center;
}
#centroIndex{
	clear:both;
	float:left;
	position:relative;
	margin:0px;
	width: 780px;
	background-image: url(../img/fundo_centro.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	height:auto;
}

#rodape{
	position:relative;
	clear:left;
	float:left;
	margin:0px;
	padding-:0x;
	width:780px;
	height:150px;
	background-image: url(../img/rodape.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#centroDir{
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	width:555px;
	height:auto;
	left:28px;
	top:10px;
}
