@charset "utf-8";
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#FFFFCC;
/*	background-image:url(img/fundo_site.jpg); */
	background-repeat:repeat-x;
	text-align: center; /* hack para o IE */
	overflow:hidden; 
}
#geral {
	/*	width:900px; */
	width:1440px;
	height:100%;
	/*	padding:5; */
	position:absolute;
	margin-left:-720px;
	z-index: 0;
	left: 50%;
	visibility: visible;
	text-align:center; /* "remédio" para o hack do IE */
}
#topo {
	position:absolute;
	left:0;
	top:0;
	width:680px;
	height:100px;
	z-index: 2;
	visibility: visible;

}

