.box1 {
	float:left;
	width: 360px;
	height: 203px;
	padding-top: 0px; /* the auto value on the sides, coupled with the width, centers the layout */
	background: url(../images/bg_sfondo_box.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.box_homepage {
	float: left;
   background-image: url(../images/bg_sfondo_box.png);
   width: 360px;
   height: 203px;
   margin-left: 0px;
}
.box_homepage2 {
  float: left;
   background-image: url(../images/bg_sfondo_box.png);
   width: 360px;
   height: 203px;
   margin-left: 5px;

}
.moduletable_testo_home {
  float: left;
   width: 738px;
   margin: 5px;
}

.box2 {
	float:left;
	width: 360px;
	height: 203px;
	padding-top: 0px;
	margin-left: 20px; /* the auto value on the sides, coupled with the width, centers the layout */
	background: url(../images/bg_sfondo_box.png);
}
.container_box {
	width: 740px;
	height: 203px;
	float:left;
	position: absolute;
	margin-top: 250px;
}

