.fundo {
	background-image: url(fundo1.jpg);
	background-repeat: repeat;
}
.fundo1 {
	background-attachment: fixed;
	background-image: url(fundo.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

