.fundoSite {
	background-attachment: scroll;
	background-image: url(../imagens/fundo_aluminio.jpg);
	background-repeat: repeat;
}
.fundoVelho {
	background-attachment: scroll;
	background-image: url(../imagens/fundo_velho.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.fundoPapel {
	background-attachment: scroll;
	background-color: d0c091;
	background-image: url(../imagens/fundo_papel.jpg);
	background-repeat: repeat;
}
.linkPreto {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
}
.linkPreto:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.fundoVideoStage {
	background-attachment: fixed;
	background-image: url(../imagens/fundo_papel.jpg);
	background-repeat: repeat;
}

