@CHARSET "ISO-8859-1";
body{
	margin:0;
	padding:0;
}
body, p, #title, #contenuto{
	font-family: verdana;
	color: #333333;
}
#container{
	width: 620px;
	margin: 0 auto;
	padding-top: 10px;
}
#image{
	padding-top: 10px;
	width: 100px;
	height: !00px;
	overflow: hidden;
	float:left;
	padding-bottom:10px;
}
#title{
	font-face: Arial;
	font-size: 18px;
}
#contenuto{
	line-height: 16px;
	font-size: 12px;
}

