#centro {
	background-color: #FFF;
	height: 540px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.rodape {
	background-color: #CC0000;
	height: 25px;
	width: 980px;
	margin-top: 25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
