/* CSS Document */

.sopra {
	background-color:#F37022;
	height: 200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align: center;
	margin-top:100px;
	background-image: url(impresa.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;		
}
.sotto {
	background-color:#000033;
	height: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	text-align:center;
	vertical-align:top;
	
	
}
a {
	text-decoration:none;
	color:#FF9900;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	
	
}

