html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
IMG { border:none; }
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-435px;
	width:1px;
}
#contenitore{
	position:relative; clear:left;
	height:870px; width:850px;
	margin:0 auto;
}

/* HOME ICONS POSITION -------------------------- */
/* BIG
.home_icons {
	position:absolute;
	width:153px;
	height:164px;
	display:block;
}
.home_icons:hover { background-position:0 -164px; }
.home_posy_1 { top:102px;  }
.home_posy_2 { top:270px;  }
.home_posy_3 { top:438px;  }
.home_posy_4 { top:606px;  }
.home_posx_1 { left:186px; }
.home_posx_2 { left:358px; }
.home_posx_3 { left:530px; }
/* ---------------------------------------------- */

/* HOME ICONS POSITION -------------------------- */
.home_icons {
	position:absolute;
	width:128px;
	height:137px;
	display:block;
}
.home_icons:hover { background-position:0 -137px; }
.home_posy_1 { top:141px;  }
.home_posy_2 { top:281px;  }
.home_posy_3 { top:421px;  }
.home_posy_4 { top:561px;  }
.home_posx_1 { left:226px; }
.home_posx_2 { left:369px; }
.home_posx_3 { left:513px; }
/* ---------------------------------------------- */

/* SMALL ICONS POSITION ------------------------- */
.small_icons {
	position:absolute;
	width:52px;
	height:56px;
	display:block;
}
.small_icons:hover { background-position:0 -56px; }
.small_posy_1 { top:196px;  }
.small_posy_2 { top:256px;  }
.small_posy_3 { top:316px;  }
.small_posy_4 { top:376px;  }
.small_posx_1 { left:643px; }
.small_posx_2 { left:704px; }
.small_posx_3 { left:765px; }
/* ---------------------------------------------- */
