body {
text-align:center; /* hack para IE */
background-color:#FFCC99;
}
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: 754px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url("livro.png");
	border:solid 3px #ffff99; 
	text-align:left; /* correção dos efeitos de alinhamento de textos do hack para*/ 
}
.pg {
	height: 283px;
	width: 754px; 
	background-image: url("palma.jpg");
}
.pg1 {
    padding-top:20px;
	height: 100px;
	width: 754px;
	background-image: url("../../fotos/1.jpg");
}
#meio {
	height: auto;
	width: 554px;
	padding-top:40px;
	padding-left:100px;
	padding-right:100px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	background-image: url("../../fotos/1.jpg");
}
#meio:first-letter { 
color: #00CC00;
font-family:Arial, Helvetica, sans-serif;
font-size: xx-large;
}
#rodape {
	clear: both;
	width:754px;
    height:32px;
	background-image: url("../fotos/livreco.png");
	margin-bottom:0px;
	margin-top: 0px;
	padding-top:10px;
	font-size:2;
    color: #FF6600;
    font-family:comic sans ms;
	text-align: center;
}
