body {
	background-image: url(immagini/bg.jpg);
	margin: 0px;
}
#left_bg {
	background-image: url(immagini/left_img.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 500px;
	width: 100%;
}
#title {
	width: 407px;
	height: 75px;
	background-image: url(immagini/title_bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 17px;
	left: 54px;
}
#news {
	position: absolute;
	left: 434px;
	top: 89px;
}
#menu {
	position: absolute;
	right: 85px;
	top: 458px;
}
#contenuto {
	width: 480px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	left: 54px;
	top: 160px;
	text-align: justify;
	line-height: 1.3em;
	padding: 5px;
}
#footer {
	margin-top: 70px;
	text-align: center;
}

#contenuto .titolo {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#contenuto a, #menu a {
	color: #CCCCCC;
	font-style: italic;
	text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
#contenuto a:hover, #menu a:hover {
	text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
