body {
	background-image: url(../img/fundo.png);
	background-attachment: fixed;
	text-align: center;
}
#geral {
	position: relative;
	margin: auto;
	width: 975px;
}
#topo {
	position: absolute;
	left: 205px;
	top: 39px;
	width: 260px;
	height: 40px;
	z-index: 1;
}
.corpo {
	width: 744px;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}
