* {
	font-family: "Century Gothic";
	color: #999999;
	background-color: #000000;
	margin-top: 10px;
}
#contenitore #footer #sinistra {
	float: left;
	height: 50px;
	width: 700px;
	font-size: 14px;
	margin-top: auto;
	margin-left: 10px;
}
#contenitore #footer #destra {
	float: right;
	height: 50px;
	font-size: 11px;
	margin-top: auto;
	margin-right: 10px;
	color: #999999;
}

#contenitore {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#contenitore #footer {
	height: 100px;
}
A:link {
	color:#999999;
	text-decoration: none;
}
#contenitore #flash {
	height: 474px;
	width: 1000px;
	z-index: 0;
}
#contenitore #flash #flashsx {
	float: left;
	height: 343px;
	width: 505px;
	position: absolute;
	top: 129px;
	z-index: 2;
}
#contenitore #flash #flashdx {
	height: 475px;
	width: 1000px;
	float: right;
	position: absolute;
	left: auto;
	top: 0px;
	right: auto;
	bottom: 0px;
	z-index: 1;
}

A:hover {
  color:#ffffff; 
  text-decoration:none; 
}
A:visited {
	color: #999999;
	text-decoration: none;
}
