@charset "utf-8";

body {
	margin: 0px;
	background-image: url(fatias/fundo.jpg);
	background-repeat: repeat;
	text-align: center;
	background-position: center;
}
#fundo #geral #centro {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	margin-top: 103px;
}
#fundo #geral #topo a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#fundo #geral #topo {
	text-align: right;
	margin-top: 45px;
}


#fundo {
	width: 100%;
	float: left;
	height: 100%;
}


#fundo #geral {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#fundo #geral #centro h1 {
	color: #FFFFFF;
	font-size: 1px;
}

