@charset "utf-8";

* {
	margin:0;
	padding:0;
	border:0;
	
	line-height:0;
	font-size:0;
}

html {
	/*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 {
}

#topo {
	height:23px;
	width:100%;
	background-color:#ededed;
	border-top:2px solid #e75148;
	border-bottom:1px solid #c9c9c9;
}

#topo_btn {
	margin:0 auto 0 auto;
	width:900px;
	text-align:right;
}

#geral {
	width:900px;
	margin:0 auto 0 auto;
}

#rodape {
	clear:both;
	margin:0 auto 15px auto;
	width:100%;
	text-align:center;
	background:url(rodape_fundo.gif) 0 114px repeat-x;
}