body {
background-color:#ffcc99;
text-align:center; /* hack para IE */
}
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 #009900; 
}
.pg1 {
	height: 10px;
	width: 760px;
	background:#ffff99;
}
.centro {
    float: left;
	height: 338px;
	width: 506px;
	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: 268px;
	text-align:center;
	width: 242px;
	color:#FF3300;
	margin-left:0px;
	padding-left:3px;
	padding-right:3px;
	padding-top:70px;
	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: 913px;
	width: 754px;
	background:#ffff99;
	border:solid 3px #ffff99;
}

