body {
	width:100%;
	height:100%;
	background: url(../images/bg.jpg) repeat-x;
}

#center {
	width:960px;
	height:auto;
	margin:0 auto;
	
}

#center2 {
	width:100%;
	height:500px;
	margin:0 auto;
	background:url(../images/bgabs.jpg) no-repeat center;
	
}

#center3 {
	width:100%;
	height:500px;
	margin:0 auto;
	background:url(../images/bgabs2.jpg) no-repeat center;
	
}

#header {
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 0 0 0;
	background:url(../images/topo.jpg) repeat-x;
}

#slide {
	width:100%;
	height:auto;
	overflow:hidden;
	margin:20px 0;
	background:#2f3f01;
}


#content {
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:30px;
}


#footer a {
	font-family: "Lucida Sans", sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	text-decoration:none;

}


html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#footer {
	width:100%;
	position: relative;
	margin-top: -40px; /* A mesma altura do rodapé, o valor deve ser negativo */
	height: 30px;
	clear:both;
	text-align:center;
	padding-top:20px;
	margin-top:20px;

}