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

html {
  height: 100%;
  overflow: hidden;
}

#flashcontent {
	position:absolute;
	top:50%;
	left:50%;
	width: 990px;
	height: 580px;
	margin-left:-485px;
	margin-top: -280px;
}
#flashcontent_full {
	width: 100%;
	height: 100%;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
}
A:link {
	COLOR: #666666; TEXT-DECORATION: none
}
A:visited {
	COLOR: #666666; TEXT-DECORATION: none
}
A:hover {
	COLOR: #D40D1B; TEXT-DECORATION: none
}
A:active {
	COLOR: #666666; TEXT-DECORATION: none
}

body {
	margin: 0px;
	padding: 0;
	height: 100%;
}
