@charset "UTF-8";
.fondino {
	background-attachment: scroll;
	background-image: url(images/texture.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.intro{
	background-attachment: scroll;
	background-image: url(images/intro.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.footer {
	background-image:url(images/footer.png);
	background-repeat:repeat-x;
	background-attachment:scroll;
}

.bk_sinistra {
	background-image:url(../images/bk_sx.png);
	background-repeat: no-repeat;
	background-attachment:scroll;
}





