/* Site Grid by BoxedCSS.com */
body{
	background:url(../images/fundo.jpg) repeat-y #32100e top center;
	margin:0px;
}
#global {
	width:800px;
	margin: 0 auto;
	height:auto;
}
#topo{
	width:800px;
	background:#e9edf0; /* you can delete this, it's just a visual aid */
	height:170px;
}
#menu{
	width:20%;
	float:left;
	background:#FFFFFF; /* you can delete this, it's just a visual aid */
}
#conteudo {
	width:800px;
	float:left;
	background:#e9edf0;
}
#rodape {
	width:800px;
	height:92px;
	float:left;
	background:#e9edf0; 
}
#acao{
	width:200px;
	margin:0 auto;	
}