body {background:#000;
background-image: url("../../fotos/1.jpg");
text-align:center; /* hack para IE */
background-color:#00CCFF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color: #FF3300;
	font-size:40px;
	width: 754px;
	height: 100px;
	margin: 0px;
}
#geral {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:left; /* correção dos efeitos de alinhamento de textos do hack para*/ 
}
.pg {
	height: 100px;
	width: 754px;
	background:#33CC33;
	border:solid 3px #ffff99; 
}
.pg1 {
	height: 10px;
	width: 760px;
	background:#ffff99;
}
.centro {
    float: left;
	height: 390px;
	width: 518px;
	padding-left:0px;
	background:#333333;
	border-bottom:solid 3px #ffff99;
	border-left:solid 3px #ffff99;
	border-right:0px;
	border-top:solid 3px #ffff99;
	font-size:20px;
	font-family:Times New Roman, Times, serif;
}
.direita {
    float: left;
	height: 380px;
	text-align:center;
	width: 230px;
	color:#FF3300;
	margin-left:0px;
	padding-left:3px;
	padding-right:3px;
	padding-top:10px;
	padding-bottom:0px;
	background:#333333;
	border-bottom:solid 3px #ffff99;
	border-left:0px;
	border-right:solid 3px #ffff99;
	border-top:solid 3px #ffff99;
	font-size:20px;
	font-family:Times New Roman, Times, serif;
}
.rodape {
    clear: both;
	height: 569px;
	width: 754px;
	background:#ffff99;
	border:solid 3px #ffff99;
}
