html, body   {
	margin:20px 0px; 
	padding:0px;
	background-color: #333333;
	color: #ffffff;
	text-align: center;
}
div#centered {
	width:550px;
	margin: 0px auto;
	text-align:center;
	padding:10px;
	background-color: transparent;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
}
#flashcontent {
	width: 430px;
}
/*#flashcontent {
	width: 550px;
	height: 230px;
	text-align: center;
	background-color: #333333;
	color: #ffffff;
}*/
a:link, a:visited {
	color: #FF6600;
	background-color: transparent;
	text-decoration:none;
}
a:hover, a:active {
	color: #FF6600;
	background-color: transparent;
	text-decoration:underline;
}
.copy  {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #ffffff;
	background-color: transparent;
	text-align: center;
}
.link  {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background-color: transparent;
	text-align: center;
}
img {
	border: 0px;
}
/* --------------------- Layer nascosto ----------------------- */
#credit {
/*	z-index: 1;
	position: absolute;
	overflow: auto;
	top: 240px;
	left: 440px;
	height: 350px;*/
	width: 246px;
	padding: 0px 0px 5px 0px;
	border: thin solid #333333;
	color: #000000;
	background-color: #dedede;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
}
#credit p {
	margin-top: 5px;
}
#chiudi {
	color: #ffffff;
	background-color: #ff6600;
	border-bottom: thin solid #ffffff;	
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 5px;
	margin: 0px 0px 5px 0px;
	padding: 2px 3px 2px 5px;
}