@charset "utf-8";
#fundo #geral {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#fundo {
	width: 100%;
	float: left;
	height: 100%;
}

body {
	margin: 0px;
	background-image: url(index/fatias/background.jpg);
	background-repeat: repeat;
	text-align: center;
	background-position: center;
}
#fundo  #geral #topo {
	height: 139px;
	width: 960px;
	float: left;
	background-image: url(index/fatias/background.jpg);
	background-repeat: repeat-y;
	text-align: right;
	padding-right: 40px;
	padding-top: 30px;
}
#fundo  #geral  #topo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	text-decoration: none;
}
#fundo #geral #topo a {
	color: #222222;
	text-decoration: none;
}

#fundo  #geral #rodape {
	background-image: url(index/fatias/rodape.jpg);
	float: left;
	height: 82px;
	width: 1000px;
	text-align: center;
	padding-top: 130px;
	padding-bottom: 0px;
}
#fundo  #geral #centro {
	float: left;
	height: 125px;
	width: 1000px;
	background-image: url(index/fatias/background.jpg);
	background-repeat: repeat-y;
	text-align: center;
}
#fundo  #geral  #rodape p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	line-height: 5px;
}
