#box-home{
	background-image: url(../images/home/bg-box.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}


#box-home #contenuto-home{
	background-image: url(../images/home/bg-contenuto-home.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
	padding:35px 0 0;
}

#box-home #contenuto-home p.p1{
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	color:#333;
	font-size:20px;
	padding:15px 0 20px;
	background-image: url(../images/home/sep.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#box-home #contenuto-home p.p2{
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	color:#333;
	font-size:20px;
	padding:15px 0 15px;
	background-image: url(../images/home/sep.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#box-home #contenuto-home p.p3{
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	color:#333;
	font-size:20px;
	padding:15px 0 55px;
}

#box-home #contenuto-home a{
	color:#817D65;
	text-decoration:none;
	font-weight:bold;
}

#box-home #contenuto-home a:hover{
	text-decoration:underline;
}






