body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(imagens/fundo.png);
	width: 450px;
	margin-bottom: 10px;
}
.div-main {
	background-color: #0066FF;
	width: 760px;
	border: 1px solid #000099;
	position: absolute;
	height: 790px;
	left: 50%;
	margin-left: -380px;
	top: 0px;
	bottom: 10px;

}
.div-left {
	width: 250px;
	margin-left: -120px;
	left: 132px;
	position: absolute;
	top: 184px;
	height: auto;
	background-color: #6AA6FF;
	border: 1px solid #000000;
}
.div-center {
	background-color: #6AA6FF;
	margin-left: -225px;
	left: 498px;
	width: 480px;
	position: absolute;
	top: 184px;
	height: auto;
	border: 1px solid #000000;
	filter: Shadow(Color=#000000, Direction=90);
}
