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

* html a:focus { outline: none; }

*:first-child+html body {
	height: 100%; overflow-y: auto;
	margin: 0; padding: 0;
	color: #000;
	background:#F7EDC1 url('../immagini/struttura/bg_sfondo.jpg') no-repeat;
	text-align:center;
	font: normal 11px/20px "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	word-spacing: -1px;
	line-height: 16px;
	position: relative;
	
	width: 100%;
   	display: table;
}

*:first-child+html #wrapper {
	width: 98%; height: 98%
}

* html #wrapper {
	width: 98%; height: 98%
}
