body {
	background-color: #FFF;
	margin: 0px;
	background-image: url(imagens/fundo_body_index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#geral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: none;
	float: left;
	width: 1000px;
	color: #333;
	position: relative;
	margin-left: -500px;
	left: 50%;
}
#geral #titulo {
	clear: none;
	float: left;
	height: 25px;
	width: 450px;
	text-align: center;
	margin-top: 200px;
	margin-bottom: 40px;
	margin-left: 275px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #6F6F6F;
}
#geral #link {
	clear: none;
	float: left;
	height: 142px;
	width: 450px;
	margin-left: 275px;
}
#geral #link .box1 {
	clear: none;
	float: left;
	height: 142px;
	width: 210px;
}
#geral #link .box2 {
	clear: right;
	float: right;
	height: 142px;
	width: 210px;
	margin-left: 30px;
}
