
* html body {
	height: 100%; overflow-y: auto;
	margin: 0; padding: 0;
	color: #fff;
	background: #1a1a1a url(../immagini/struttura/bg_alto.jpg) repeat-x 0 -370px;
	text-align:center;
	font: normal 16px Arial,"Helvetica Neue",Helvetica,Geneva,sans-serif;
	line-height: 16px;
	position: relative;
}

* html #boxContainer {
	background:transparent;
	padding-top: 20px;
}

* html a:focus { outline: none; }

* html #suggestions {
	margin: 30px 0 0 -190px;
	z-index: 200;
}

* html .footerLang {
	padding-top: 5px;
	border-bottom: 1px solid #bbb;
}
* html .footerLang div {
	margin-bottom: 4px;
}

* html #cmsv { display: none; position: absolute; }
* html #cmsvBox { display: none; }

*:first-child+html #cmsv {
	position:absolute;
}
html>/**/body #cmsvBox {
	position:inherit;
}

*:first-child+html #suggestions {
	margin: 30px 0 0 -190px;
	z-index: 200;
}
