/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	color: #cccccc;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002157;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;

}
/*sottotitolo*/
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
body,td,th {
	color: #CCCCCC;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	color: #333333;
}
#PrimoPiano {
   /*position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 50%;
	height: 50%;
	margin: auto;*/
	position: absolute;
	top: 20px;
	bottom: 20px;
	/*left: 50%;
	margin-left: -35%;
	position: absolute;
	top: 20px;*/
/*	left: 5%;*/
	/*text-align: center;*/
	height: 580px;
	width: 100%;
	z-index: 100;
	/* visibilita'
	visibility: hidden;*/
} 
#SecondoPiano {
	position: absolute;
	top: 20px;
/*	left: 50%;
	margin-left: -25%;*/
	/*position: absolute;
	top: 30px;
	left: 0px;*/
	height: 560px;
	width: 100%;
	overflow: hidden;
	z-index: 99;
} 
#bottom {
	position: absolute;
	top: 620px;
	height: 20px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #fff;
} 
/*un valore pił basso porta l'elemento sotto*/
#flashcontent {
	/*border: solid 1px #000;*/
	width: 100%;
	height: 500px;
	/*float: left;
	margin: 15px 20px;*/
}
