#sfondonews{
	position: absolute;
	top: 90px;
	width: 100%;
	height: 704px;
	z-index:9;
    /* background-color: blue; */
    background-image: url(images/sfondonews.jpg)
}



#newscontenutoquadro {
	position: absolute;
	top: 246px;
    left: 574px;
	z-index:10;
	text-align:justify;
	width: 433px;
    height: 460px;
    overflow: auto;
	padding-right: 5px;
}

#lineetesto {
	width: 100%;
	background-color: blue;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: rgb(5, 128, 189);
	z-index= 8;
}

#strisciabiancafondo {
    position: absolute;
	top: 794px;
	width: 1071px;
	height: 47px;
	background-color: rgb(255, 255, 255);
}

#footer {
	position: absolute;
	top: 800px;
	left: 0px;
	text-align: center;
	width: 100%;
	font-size: 10px;
	z-index: 8;
}


.linkservices {
	text-decoration: none;
	color: rgb(3, 68, 124);
}