.fondino {
	background-attachment: scroll;
	background-image: url(immagini/texture.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.centro {
	background-attachment: scroll;
	background-image: url(immagini/img-02.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.slide {
	background-attachment: scroll;
	background-image: url(immagini/slide.png);
	background-repeat: no-repeat;
	background-position: left top;
}

