* {
margin: 0;
padding: 0;
}

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* html #tudo {
	height: 100%;
}

body {
	background-color: #FFF;
}

#tudo {
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	background-image: url(../imagens/cabecalho_fundo.png);
	background-repeat: repeat-x;
	background-position: top;
}

#cabecalho {
	height: 147px;
	z-index: 99;
}

#cabecalho_container {
	width: 980px;
	height: 147px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#conteudo {
	width: 993px;
	padding-bottom: 160px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#slider {
	width: 100%;
	position: relative;
	top: -10px;
	z-index: 9;
}

#rodape {
	height: 160px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-image: url(../imagens/rodape_fundo.png);
	background-position: center;
	padding-top: 30px;
	background-repeat: repeat-x;
}

#rodape_container {
	width: 980px;
	height: 130px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#dodape_copyright {
	line-height: 30px;
	color: #848688;
	text-align: center;
	height: 30px;
}
#dodape_copyright a {
	font-weight: bold;
	color: #848688;
	text-decoration: none;
}
