.fundo {
	background-attachment: fixed;
	background-image: url(images/bg_geral.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bg {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
