/* CSS Document */

/* Elementi generali */
div#schermo {
	position: absolute;
	width: 100%; height: 100%;
  visibility: hidden;
}
div#capo {
	position: absolute;
  width: 1000px; height: 598px;
	background: #e7ddb9;
}
div#capo div, div#capo img {
	position: absolute;
}
div#colori {
	top: 238px;
	width: 480px; height: 96px;
	background: url(../img/common/sfondo_colori.gif) 0 0 repeat-x;
}
div#lingue {
	top: 238px; left: 480px;
	width: 520px; height: 96px;
	font-size: 12px;
	line-height: 96px; text-align: center;
	background: #7e694b;
}
div#dati {
	top: 355px; left: 480px;
	width: 520px;
	font-size: 12px; font-weight: bold; color: #7e694b;
	text-align: center;
}
div#dati_artevino {
	top: 572px;
	width: 1000px; height: 26px;
	font-size: 10px; color: #7e694b;
	line-height: 26px; text-align: center;
	background: #fff;
}
div#testi {
	top: 290px; left: 510px;
	font-size: 12px; color: #000;
}
div#testi p {
	width: 460px;
	line-height: 12px; text-align: justify;
	margin-bottom: 5px;
}

