@charset "utf-8";

* {
	margin:0;
	padding:0;
	border:0;
	
	line-height:0;
	font-size:0;
}

html {
	background:url(imagens/html.gif) 0 0 repeat-x;
	
	/*scrollbar-stuff*/
   	scrollbar-face-color: #ba243c; 
	scrollbar-highlight-color: #ba243c; 
	scrollbar-shadow-color: #fff; 
	scrollbar-3dlight-color: #fff; 
	scrollbar-arrow-color: #fff; 
	scrollbar-track-color: #fff; 
	scrollbar-darkshadow-color: #ba243c;
	width:100%;
	overflow-x:hidden;
}

body {
	padding:8px 0 0 0;
}

#body2 {
	background:url(imagens/body2.gif) 0 237px repeat-x;
}

#geral {
	width:790px;
	margin:0 auto 0 auto;
}

#vinheta_complemento {
	position:absolute;
	margin:202px 0 0 -21px;

	font-size:0; line-height:0;
} #vinheta_complemento * { font-size:0; line-height:0; }

#rodape {
	clear:both;
	margin:0 auto 0 auto;
	width:100%;
	height:316px;
	border-top:1px solid #cacaca;
	background-color:#ebebeb;
	text-align:center;
}