/*pagina default*/
html{
	margin: 0;
	padding: 0;
}

body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	margin: 0;
	padding: 0;	
}
#contenitore{
	width:930px;
	height:570px;
	position: absolute;
	/*background-color: #009900;*/
	overflow: hidden;
	top: 50%;
	left: 50%;
	margin-left: -466px;
	margin-top:-290px;

}
#flash{
	width:550px;
	height:292px;
	position:absolute;
	top:10px;
	left:190px;
	overflow: hidden;
}
#entra{
	width:550px;
	height:43px;
	/*background-color: #009900;*/
	position:absolute;
	top:312px;
	left:190px;
	overflow: hidden;
}
#prank{
	width:550px;
	height:43px;
	/*background-color: #009900;*/
	position:absolute;
	top:365px;
	left:190px;
	text-align:center;
	overflow: hidden;
}
#note{
	width:550px;
	height:150px;
	background-image:url(../file-home/scorreHoriz/perNote.jpg);
	background-repeat:no-repeat;
	/*background-color: #009900;*/
	position:absolute;
	top:418px;
	left:190px;
	color: #333333;
	font-weight:bold;
	/*font-size:7px;*/
	text-align:center;
	overflow: hidden;
}
h1.nota{
	font-size:8px;
}
#sinistro{
	width:180px;
	height:570px;
	background-image: url(../file-home/scorreSx/sfondoSX.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	/*background-color: #009900;*/
	position:absolute;
	top:0px;
	left:0px;
	overflow: hidden;
	font-size:12px;
	font-style:italic;
	text-align:center;
}
#destro{
	width:180px;
	height:570px;
	background-image:url(../file-home/scorreDx/sfondoDX.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	/*background-color: #009900;*/
	position:absolute;
	top:0px;
	right:0px;
	overflow: hidden;
	font-size:12px;
	font-style:italic;
	text-align:center;
}

