
/* IE6 only */
* html body {
	height: 100%; overflow-y: auto;
	margin: 0; padding: 0;
	color: #000;
	background:#000 url(../immagini/struttura/bg_body.jpg) no-repeat top center;
	text-align:center;
	font: normal 11px/20px "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	line-height: 16px;
	position: relative;
}

* html #boxContainer {
	/*background:transparent url(../immagini/struttura/top_fade.png) repeat-x;*/
	padding-top: 20px;
}

* html a:focus { outline: none; }

* html .footerLang {
	padding-top: 5px;
}
* html .footerLang div {
	margin-bottom: 4px;
}


/* IE7 only */
*:first-child+html #splashCover {
	background-image: url('../immagini/struttura/splashCover.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 670px;
	height: 400px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

/* IE7 only */
*:first-child+html #splashCoverBox {
	width:670px;
	position:relative;
}

/* IE6 only */
* html #splashCover {
	display: none;
}



