.bg {
	background-color: #000000;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.bg_centro {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.transp {
	background-color: #FFFFFF;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.rodape:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
}

