/* CSS Document */

/* Elementi generali */
div#schermo {
	position: absolute;
	height: 100%; width: 100%;
	min-height: 602px;
}
div#sfondo_basso {
	position: absolute;
	top: 50%;
	height: 50%; width: 100%;
	background: #030403;
}
div#sfondo {
	position: absolute;
	width: 100%; height: 598px;
	top: 50%;
	min-width: 1004px; margin-top: -299px;
	background: url(../img/sfondi/sfondo_sfumato.gif) 0 0 repeat-x;
}
div#capo {
	position: absolute;
	width: 1000px; height: 598px;
	left: 50%;
	margin-left: -500px;
}
div#menu {
	position: absolute;
	top: 556px; left: 0px;
	width: 1000px;
	font-family: georgia; font-size: 10px; color: #d5be90;
	text-align: center; text-transform: uppercase;
}
div#menu span {
	color: #fff;
	padding-left: 5px; padding-right: 5px;
}
div.zoom_foto {
	position: absolute;
	visibility: hidden;
}
div.zoom_foto img {
	position: absolute;
}

/* Elementi intro */
div#contenuti {
	position: absolute;
	top: 133px; left: 396px;
	width: 213px;
	font-size: 11px;
	line-height: 16px; text-align: justify;
}

/* Elementi Home */
div#animazione_flash {
	position: absolute;
	top: 26px; left: 112px;
}
div#schermo_ie6 {
	position: absolute;
	left: 50%;
	width: 1000px; height: 526px;
	margin-left: -500px;
	font-size: 11px;
	text-align: center;
	min-width: 1004px;
	padding-top: 50px;
}
div#testi_avviso {
	position: absolute;
	top: 180px; left: 360px;
	width: 280px; height: 200px;
	text-align: center;
}
div#schermo_ie6 p {
	width: 280px;
	text-align: justify;
}
div#schermo_ie6 p.link_avviso {
	text-align: center; text-transform: uppercase;
}
div#avviso_flash {
	position: absolute;
	top: 26px; left: 100px;
	width: 779px; height: 280px;
	font-size: 11px;
	text-align: center;
	padding-top: 200px;
}
img#logo_avviso {
	position: absolute;
	top: 40px; left: 280px;
}
div#avviso_flash p {
	width: 280px;
	text-align: justify;
}
div#avviso_flash p.link_avviso {
	text-align: center; text-transform: uppercase;
}

/* Elementi pagine interne */
img#logo {
	position: absolute;
	top: 60px; left: 426px;
}
div#testi {
	position: absolute;
	width: 450px;
	font-family: arial; font-size: 11px;
	line-height: 20px;
}
div.testi_tipo_0 {
	top: 155px; left: 426px;
}
div.barra_scroll {
	background: #798c7c;
}

