.FUNDO {
	background-attachment: scroll;
	background-image: url(imagens/FUNDO_DEST.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.F2 {
	background-attachment: fixed;
	background-image: url(imagens/FINAL.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.fundo_busca {
	background-attachment: scroll;
	background-image: url(imagens/BUSCA.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.fundo_tit {
	background-attachment: fixed;
	background-image: url(imagens/divisao.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fundo_busca2 {
	background-attachment: fixed;
	background-image: url(imagens/BUSCA.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.FundoTeste {
	position: relative;
	background-attachment: fixed;
	background-image: url(imagens/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

