* {
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
	border:0;
}

html {
	/*scrollbar-stuff*/
   	scrollbar-face-color: #6b937a; 
	scrollbar-highlight-color: #6b937a; 
	scrollbar-shadow-color: #6b937a; 
	scrollbar-3dlight-color: #6b937a; 
	scrollbar-arrow-color: #fff; 
	scrollbar-track-color: #f9f8f3; 
	scrollbar-darkshadow-color: #6b937a;
	
	background:url(imagens/html.gif) 0 0 repeat-x;
	
	overflow-x:hidden;
}

body {}

#body_int {
	background:url(imagens/body.gif) 50% 133px repeat-x;
}

#home_detalheEsq {
	position:absolute;
	top:408px;
	left:50%;
	margin:0 0 0 -402px;
	
	width:12px;
	height:244px;
	overflow:hidden;
}

#home_detalheDir {
	position:absolute;
	top:408px;
	left:50%;
	margin:0 0 0 390px;
	
	width:52px;
	height:244px;
	overflow:hidden;
}


#geral {
	margin:0 auto 0 auto;
	width:780px;
	overflow:hidden;
	
	position:relative;
	z-index:99;
}

#rodape {
	position:absolute;
	z-index:9;
	
	margin:-205px 0 0 0;
	
	width:100%;
	height:2px;
	overflow:hidden;
	background:url(imagens/rodape.gif) 0 0 repeat-x;
}