@charset "utf-8";
#contenitore {
	position:relative;
	top:0px;
	left:0px;
	height:520px;
}

#headultimenotizie {
	position: absolute;
	height: 75px;
	width: 315px;
	left: 12px;
	top: 0px;
}
#headcopertina {
	position: absolute;
	height: 75px;
	width: 315px;
	left: 337px;
	top: 0px;
}
#headregistrazione {
	position: absolute;
	height: 75px;
	width: 315px;
	left: 12px;
	top: 250px;
}
#headconsiglio {
	position: absolute;
	height: 75px;
	width: 315px;
	left: 337px;
	top: 250px;
}
#titolohead {
	position: absolute;
	height: 20px;
	width: 152px;
	left: 50px;
	top: 53px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	font-style: normal;
}

#contultimenotizie {
	position: absolute;
	border-bottom: 10px solid #F2F2F2;
	height: 160px;
	width: 300px;
	left: 21px;
	top: 74px;
	background-color: #F2F2F2;
	overflow:auto;
}

#contcopertina {
	position: absolute;
	height: 170px;
	width: 340px;
	left: 345px;
	top: 74px;
	background-color: #F2F2F2;
	overflow:hidden;
}

#contregistrazione {
	position: absolute;
	height: 160px;
	width: 300px;
	left: 21px;
	top: 325px;
	background-color: #F2F2F2;
	overflow:auto;
}
#contconsiglio {
	position: absolute;
	height: 160px;
	width: 340px;
	left: 345px;
	top: 325px;
	background-color: #F2F2F2;
	overflow:auto;
}
#contbanner {
	position: absolute;
	height: 70px;
	width: 200px;
	left: 158px;
	top: 265px;

}

