body {
		background-color: #222222;
		font: .8em/1.3em verdana,arial,helvetica,sans-serif;
		margin: 0;
		padding: 0;
		vertical-align: middle;
		
	}

	#header {
	text-align: center;
	background-color: #222222;
	width: 100%;
	height: 20px;
	padding: 5px 0 5px 0;
	border-bottom:1px dotted #959595;
	}
	
	#headerLogo {
		text-align: center;
		background-color: #222222;
		width: 100%;
		height: 50px;
		padding: 10px 0 10px 0;
		border-bottom:1px dotted #959595;
		
	}
	
	#footer {
		text-align: center;
		background-color: #222222;
		color:#FFFFFF;
		width: 100%;
		height: 50px;
		padding: 10px 0 10px 0;
		border-top:1px dotted #959595;
	}
	
	#flashcontent {
		background-color: #343434;
		width: 100%;
		height: 600px;		
	}
.bianco_testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 17px;
	text-decoration: none;
}
.bianco_testo a:link {color: #ffffff; text-decoration: none;}
.bianco_testo a:visited {color: #ffffff; text-decoration: none;}
.bianco_testo a:hover {color: #ffffff; text-decoration: underline;}

.grigio_testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8f8f8f;
	line-height: 17px;
	text-decoration: none;
}
