/* CSS Document */

html, body, div, ul,
li, table, tr, td {

	margin:0;
	padding:0;
	border:0;
	
	}
	
	
#geral {

	width:100%;	
	
}
	
	
#fachada {

	width:100%;
	height:290px;
	background-image:url(../imagens/bgf.jpg);
	background-repeat:repeat-x;

}


#corpo {

	width:962px;
	background-color:#FFFFFF;
	left:50%;
	margin-left:-481px;
	position:relative;
	
}

#rodape {

	width:100%;
	height:96px;
	clear:both;
	background-image:url(../imagens/bgr.jpg);
	background-repeat:repeat-x;
	
	
}
