body {
	background-color: #000;
}
#geral {
	background-color: #000;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#esquerda {
	float: left;
	width: 350px;
}
#direita {
	float: left;
	width: 200px;
}
#centro {
	float: left;
	width: 350px;
}
#rodape {
	clear: both;
}
#divlinha {
	padding: 0px;
	clear:both;
}
#topo h1 {
	color: #FFF;
	background-color: #000;
	padding-left: 16px;
}
