@charset "utf-8";
/* CSS Document */

/* GENERICI */


/** html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none") && (this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}*/





body{
	background:url("../images/sfondo/sfondo.jpg");
}
#container-intro{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:400px;
	width:600px;
	text-align:center;
	left:50%;
	margin-left:-300px;
	margin-right:auto;
	position:absolute;
	top:50px;
}
#flash-intro{
	width:600px;
	height:200px;
	margin-top:5px;
	text-align:center;
}
#menu-intro{
	width:600px;
	height:80px;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	text-align:center;
}
#menu-intro a:link{
	color:#ffffff;
	text-decoration:none;
}
#menu-intro a:visited{
	color:#ffffff;
	text-decoration:none;
}
#menu-intro a:hover{
	color:#ffffff;
	text-decoration:none;
}


#testo{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	margin-top:50px;
	color:#ffffff;
}
#testo a:link{
	color:#ffffff;
	text-decoration:none;
}
#testo a:visited{
	color:#ffffff;
	text-decoration:none;
}
#testo a:hover{
	color:#ffffff;
	text-decoration:none;
}



#testorusso{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:16px;
	color:#ffffff;
}
#testorusso a:link{
	color:#ffffff;
	text-decoration:none;
}
#testorusso a:visited{
	color:#ffffff;
	text-decoration:none;
}
#testorusso a:hover{
	color:#ffffff;
	text-decoration:none;
}








