	body {
		margin: 0;
		padding: 0;
		background: url(images/grama.jpg);
		}
		
		

		#texto1 {
	position:absolute;
	z-index: 1;
	/*float:left;*/
		width: 624px;
	height: 28px;
	top: 50%;
	left: 50%;
	margin-top: -416px;
	margin-left: -305px;
		}
	
		#geral{
		position: relative;
		width: 618px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 0;
		text-align: left;
		z-index:1;
		visibility:visible;

			}
	
	
	
		#fundo {
		
		
		margin-top:10%;
		width: 624px;
		height: 827px;
		background: url(images/indexFundo.jpg) no-repeat;
		border: medium; 
		border-color:#FFF;
		}
		
