.fondino {
	background-image: url(img/sfondo01.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.cella_bottom {
	background-attachment: scroll;
	background-image: url(img/bottom_10.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.centro {
	height: 100%;
	width: 100%;
}
.ita {
	background-attachment: scroll;
	background-image: url(img/intro/ita_02.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.deu {
	background-attachment: scroll;
	background-image: url(img/intro/deu_02.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.fra {
	background-attachment: scroll;
	background-image: url(img/intro/fra_02.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.eng {
	background-attachment: scroll;
	background-image: url(img/intro/eng_02.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.slo {
	background-attachment: scroll;
	background-image: url(img/intro/slo_02.png);
	background-repeat: no-repeat;
	background-position: left top;
}

