/* CSS Document */

div#schermo {
	position: absolute;
	width: 100%; height: 100%;
  visibility: hidden;
}
div#sfondo {
	position: absolute;
	width: 100%; height: 100%;
/*	background: url(../img/common/sfondo_intro.jpg) 0 0 no-repeat; */
}
div#capo {
	position: absolute;
  width: 372px; height: 500px;
	overflow: hidden;
}
div#capo div, div#capo *.assoluta {
	position: absolute;
}
div#scelta_lingue {
	top: 486px;
	width: 372px;
	font-size: 12px;
	text-align: center;
}
div#scelta_lingue span {
	padding-left: 15px; padding-right: 15px;
}
