#contenuto {
	width:968px;
	height:578px;
}

#grafica_1 {
	position:absolute;
	top:0px;
	left:0px;
	width:255px;
	height:158px;
	background-image:url(img/grafica1.png);
}

#grafica_2 {
	position:absolute;
	top:323px;
	left:650px;
	width:247px;
	height:255px;
	background-image:url(img/grafica2.png);
}

#titolo {
	position:absolute;
	top:173px;
	left:115px;
	width:269px;
	height:34px;
	background-image:url(img/titolo.png);	
}

#sottotitolo {
	position:absolute;
	top:220px;
	left:115px;
	width:364px;
	height:55px;
	background-image:url(img/sottotitolo.png);
}

#testo {
	position:absolute;
	top:292px;
	left:115px;
	width:400px;
	line-height:16px;
	}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 450px;
	height: 195px;
	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;
	}
	
#spaziatore {
	margin-right:50px;
}

#link_pos {
	position:absolute;
	top:525px;
	left:360px;
}

