body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.topo {
	height: 71px;
	text-align: right;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	bottom: 10px;
	font-weight: bold;
}
.meio {
	height: 358px;
}
#principal {
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	position: absolute;
	overflow: hidden;
	z-index: 0;
	text-align: center;
	vertical-align: middle;
	background-attachment: fixed;
	background-image: url(img/fundo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.rodape {
	height: 72px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	filter: Shadow(Color=cccccc, Direction=15);
}
