/*-------------------------------------
    Body
-------------------------------------*/


* { margin:0; padding:0; border:0; }
body { background:url(bg-curvas2.jpg) repeat top;
	
	/* Font */
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #111;
	line-height: 1.6;
}

::selection {
	background: #A2A3B0;
	color: #FFF;
}

::-moz-selection {
	background: #A2A3B0;
	color: #FFF;
}



/* Banner */

.box_banner { width: 730px; height: 334px; }



#rodape {

background:url(inferior2.jpg) #fff top center repeat-x;
    position: relative;
	float: center;
	min-width:1000px;
    width:auto !important;
    width:100%;
    *width:100%
	height: 138px;
	left:0px;
	border: 0;
	text-align: center;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin:0 auto;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	clear: both;
}