/* $Id: [css]/layout_metrics.php, v 1.0 2012/01/05 */
/* CSS/PHP Document */
/* Copyright WWWBR Internet do Brasil */
/* Type: home */
/* Layout type: 9 */

body { background-color: white; background-image: url('../img/lay/background.png'); 
	} 

#geral_home {
	width: 960px; 
	margin: 0 auto; 
	} 

#geral_home #topo {
	width: 100%; 
	position: relative; 
	} 

#geral_home #involucro {
	float: left; 
	width: 100%; 
	} 

#geral_home #involucro #conteudo {
	margin-right: 260px; 
	} 

#geral_home #menu {
	float: left; 
	width: 260px; 
	margin-left: -260px; 
	} 

#geral_home #extra {
	float:left; 
	width: 0px;
	margin-left: -0px; 
	} 

#geral_home #rodape {
	clear: left; 
	width: 100%; 
	} 

