body {
	margin:0;
	padding:0;
	border:none;
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
}
#contenuto {
	width:968px;
	height:578px;
}
#titolo {
	position:absolute;
	top:160px;
	left:110px;
	width:430px;
	height:152px;
	background-image:url("img/piani_e_cantiere_titolo.png");
}
#rfd {
	position:absolute;
	top:235px;
	left:701px;
	width:78px;
	height:78px;
	
}
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 450px;
	height: 200px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 0px;
	z-index:900;
	display:block;
	}

#testo {
	position:absolute;
	top:340px;
	left:486px;
	width:400px;
	line-height:16px;
	}
	
#spaziatore {
	margin-right:50px;
}

#grafica_1 {
	position:absolute;
	top:350px;
	left:0px;
	width:457px;
	height:228px;
	background-image:url("img/grafica_1.png");	
}

