/* CSS Document */

body{
	margin-top:0px;
	background-color:#fffaf2;
	background-image:url(imagens/fundo.jpg);
	background-repeat:repeat-x;
	}
	
div#geral{
	width:779px;
	height:500px;
	margin:0 auto;
	margin-top:20px;
	}	
	

	
/* TIPOS DE LETRA */

.letra1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;	
	color:#996600;
	}