/* CSS Document */

#divContenutoHome {
	margin:auto;
	background-color:#FFFFFF;
	background-image: url(../immagini/bg-contenuto-home.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width:740px !important;
	width /**/:760px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#divBoxPresentazione {
	width:740px;
	height:212px;
	margin-bottom:30px;
	overflow:hidden;
	text-align:justify;
}

#divBoxLeft {
	width:240px;
	height:400px;
	overflow:hidden;
}

#divBoxCenter {
	width:240px;
	height:400px;
	float:right;
	margin-right:10px;
	overflow:hidden;
}

#divBoxRight {
	width:240px;
	height:400px;
	float:right;
	background-image: url(../immagini/bg-attivita.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow:hidden;
}
