#cornice_up{
	width: 950px;
	height: 16px;
	background-color: #fff;
	background-image:url('img/cornice_verde_up.jpg');
	background-repeat:no-repeat;
	float: left;
}
#cornice_lati{
	width: 950px;
	height: auto;
	background-color: #fff;
	background-image:url('img/cornice_verde_lati.jpg');
	background-repeat:repeat-y;
	float: left;
	text-align: center;
}
#content{
	width: 910px;
	height: auto;
	background-color: #fff;
	text-align: left;
	margin: auto;
}
#cornice_down{
	width: 950px;
	height: 16px;
	background-color: #fff;
	background-image:url('img/cornice_verde_down.jpg');
	background-repeat:no-repeat;
	float: left;
}
 a:link, a:visited{
	color: #015583;
	text-decoration: none;
		font-size: 11px;
}
 a:hover, a:active{
	color: #ccc;
	text-decoration: underline;
		font-size: 11px;
}
