@charset "UTF-8";
a:link {
	color: #999999;
	text-decoration: none;
}
#header {
	width: 100%;
	height: 50px;
	background-color: #FF0000;
	overflow: hidden;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}.testiblu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
}

.testigrigio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
html {
	height: 100%;
	overflow: hidden;
}
#flashcontent {
	height:100%;
	overflow:hidden;
	padding:0px;
	margin: 0px;
	z-index: 1;
}

