@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#488069;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-transform: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#centragem {
	width:1000px;
	height:100%;
	position: absolute;
	left:50%;
	top:2px;
	margin-left:-500px;
}
#menu {
	width:1000px;
	height:46px;
	position:absolute;
	left:0px;
	top:0px;
	background:none;
}
#corpo {
	width:1000px;
	position:absolute;
	left:0px;
	top:50px;
	background-image:url(imagens/fundo.jpg);
	background-attachment:fixed;
	background-position:center;
}
