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

A:link {
	COLOR: #999999; TEXT-DECORATION: none
}
A:visited {
	COLOR: #999999; TEXT-DECORATION: none
}
A:hover {
	COLOR: #999999; TEXT-DECORATION: underline
}
A:active {
	COLOR: #999999; TEXT-DECORATION: none
}

#flashcontent {
	width: 100%;
	height: 100%;
}
#logo {
	position:absolute;
	top:50%;
	left:50%;
	width: 990px;
	height: 300px;
	margin-left:-495px;
	margin-top: -150px;
}

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

.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height:1.8;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	margin: 0;
	padding: 0;
	height: 100%;
}