#main {margin:0 auto; width:100%; text-align:left;}

.min_width {min-width:780px; width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 780)? "780px" : "100%");}

/*You can modify the width of the website by changing "width" parameter with #main. The minimum value is 780px.*/

.col_1, .col_2, .col_3, .col_4, .col_5, .col_box_1, .col_box_2, .col_box_3 { float:left;}

#header, #content, #footer {width:100%}

.row_1 {width:100%; max-width:1300px;}
.row_2 {width:100%}
.width {width:100%}

/*======= index.html =======*/
#page1 #content .row_1 .col_1{width:34%;}
#page1 #content .row_1 .col_2{width:31%; max-width:350px;}
#page1 #content .row_1 .col_3{width:34%;}
#page1 #content .row_2 .col_1{width:50%;}
#page1 #content .row_2 .col_2{width:50%;}
#page1 #content .row_3 .col_2{width:38%;}
/*=========================*/

/*======= index-1.html =======*/
#page2 #content .row_1 .col_1{width:66%;}
#page2 #content .row_1 .col_2{width:33%;}
#page2 #content .row_2 .col_1{width:46%;}
#page2 #content .row_2 .col_2{width:53%;}
/*=========================*/

/*======= index-2.html =======*/
#page3 #content .row_1 .col_1{width:34%;}
#page3 #content .row_1 .col_2{width:65%;}
/*=========================*/

/*======= index-4.html =======*/
#page5 #content .row_1 .col_1{width:34%;}
#page5 #content .row_1 .col_2{width:65%;}
/*=========================*/

#area_clienti {
	position:absolute;
	color:white; 
	float:left; 
	max-width:600px; 
	left:600px;
	top:20px;
	display:none;
}
