body, div, li, ul {

	margin:0;
	padding:0;
	
	}
	
body {

	background-image:url(../imagens/textura.png);
	background-repeat:repeat-x y;
	
	}
	
#geral {

	width:850px;
	left:50%;
	margin-left:-425px;
	position:relative;

	}
	

#fachada {

	width:850px;
	height:353px;
		
	}
	
#corpo {

	width:850px;
	background-color:#CCCCCC;

	}
	
#rodape {

	width:850px;
	height:50px;

	}
