body {
	margin: 0px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.bg {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #281871;
	z-index: 1;
}
.content {
	width: 799px;
	margin-left: -412px;
	position: absolute;
	left: 50%;
	z-index: 10;
	height: 594px;
	margin-top: -310px;
	top: 50%;
	background-attachment: scroll;
	background-image: url(img/bg_content.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 13px;
}
.topo {
	background-attachment: scroll;
	background-image: url(img/bg_topo.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.acesse {
	background-attachment: scroll;
	background-image: url(img/bg_acesse.png);
	background-repeat: no-repeat;
	background-position: center top;
}
a {
	color: #666;
	text-decoration: none;
}
.associado {
	background-attachment: scroll;
	background-image: url(img/bg_associado.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 61px;
	width: 422px;
	color: #FFF;
}

