* {
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
	border:0;
}

html {
	/*scrollbar-stuff*/
   	scrollbar-face-color: #76a020; 
	scrollbar-highlight-color: #76a020; 
	scrollbar-shadow-color: #76a020; 
	scrollbar-3dlight-color: #76a020; 
	scrollbar-arrow-color: #fff; 
	scrollbar-track-color: #e9e9e9; 
	scrollbar-darkshadow-color: #76a020;
	height:100%;
	width:100%;
	overflow-x:hidden;
}

body {
	height:100%;
	background:#cccfb4;
}

#topo_fff {
	position:absolute; z-index:9;
	width:100%;
	height:50%;
	background-color:#fff;
	border-top:3px solid #cbc8b2;
}

#logo {
	position:absolute; z-index:999;
	left:50%;
	top:0;
	margin:0 0 0 -378px;
}

#geral {
	/*position:relative;*/
	position:absolute; z-index:9;
	
	height:602px;
	width:100%;
	
	top:50%;
	margin:-288px 0 0 0;
	
	background:url(bg_verde.gif) 50% 50% repeat-x;
}

#geral_int {
	position:relative; z-index:99;
	width:100%;
	margin:0;
	padding:58px 0 0 0;
	height:1002px;
	background: url(bg_verde.gif) 50% 100% repeat-x;
}
	#geral_conteudo {
		position:absolute;
		left:50%;
		width:970px;
		/*height:602px;*/
		overflow:hidden;
		margin:0 0 0 -485px;
	}


#rodape {
	/*position:absolute; z-index:99;
	bottom:0;
	width:100%;*/
	position:fixed; z-index:99;
	width:100%;
	bottom:0;
	_position: absolute; _z-index:8;
	
	height:20px;
	padding:6px 0 0 0;


	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%;
	text-align:center;
	color:#75725b;
	
	background:#cccfb4;
}
	#rodape b {
		color:#262a12;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:140%;
	}
	
#bertholdo_ass {	
	position:fixed; z-index:999;
	display:block;
	
	width:100%;
	height:20px;
	text-align:right;
	
	margin:-28px 0 0 0;
	padding:0;
	
	bottom:3px;
	left:0;
}
	#conteudo_alternativo, #conteudo_alternativo a {
		font-family:Arial, Helvetica, sans-serif;
		font-style:italic;
		font-size:11px;
		text-decoration:none;
	}