	html { 
		overflow: hidden; 
	} 
	body { 
		margin: 0px; 
		padding: 0px; 
		background: #fff; 
		position: absolute; 
		width: 100%; 
		height: 100%; 
	} 
	#screen { 
		position: absolute; 
		left: 22%; 
		top: 0%; 
		width: 74%; 
		height: 99%; 
		background: #fff; 
		overflow: hidden; 
	}
	#screen-sx { 
		position: absolute; 
		left: 0%; 
		top: 0%; 
		width: 20%; 
		height: 99%; 
		background-color: #212121; 
		overflow: hidden; 
	} 
	.panel { 
		position: relative; 
		float: left; 
		width: 30%; 
		height: 30%; 
		margin: 1%; 
		overflow: hidden; 
	} 
	.imgPanel { 
		position: absolute; 
		border: none; 
		text-decoration: none; 
	}
#testa { 
		position: absolute; 
		left: 0%; 
		margin-top:0%;
		margin-bottom:1%; 
		width: 100%; 
		height: 4%; 
		background: #000; 
		overflow: hidden; 
	}

#mus { margin-left:10px; margin-top: 10px; width:170px; float:left;}

#titolo { margin-left:0px; margin-top: 0px; color: #fff;  width:90%; height:20px; letter-spacing:2px; background-color:#000000; text-align: left; font-size: 12pt; font-family: Verdana;}
#titolo2 { margin-right:100px; margin-left:20%; float:right; margin-top: 0px; color: #fff; width:54%; letter-spacing:4px;  height:25px; background-color:#000000; text-align: right; font-size: 14pt; font-family: Verdana;}
h1 { margin-right:10px; margin-top: 10px; color: #fff; font-weight:bold; text-align: center; font-size: 12pt; font-family: Verdana;}
a:link { text-decoration: none; color: #fff; font-size: 10pt; font-family: Verdana;}
a:visited { text-decoration: none; Color: #99ccff;}
a:hover { text-decoration: none; Color: #000; font-size: 10pt; background-color:#fff;}
p{ margin-left:20px; margin-right:10px; text-align:justify; font-family:Verdana, Arial, sans-serif; font-size:10pt; color:#fff;}
