#stage {    
    position:absolute;
	width:100%;
	top:160px;
	z-index:1;	
}

/*----------------------------------------------- Pannello BOX*/
#main_box {
	width:955px;
	height:382px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	color: #FFF;
}

/*----------------------------------------------- BOX 1 */
#box01 {
	width:191px;
	height:191px;
	float:left;
}
#box01a {
	width:191px;
	height:96px;
}
#box01b {
	width:191px;
	height:190px;
}
#box01c {
	width:191px;
	height:96px;
}

/*----------------------------------------------- BOX 2 */
#box02 {
	width:191px;
	height:382px;
	float:left;
}
#box02a {
	width:191px;
	height:191px;
}
#box02b {
	width:191px;
	height:95px;
}
#box02c {
	width:191px;
	height:96px;
}

/*----------------------------------------------- BOX 3 */
#box03 {
	width:191px;
	height:191px;
	float:left;
}
#box03a {
	width:191px;
	height:96px;
}
#box03b {
	width:191px;
	height:190px;
}
#box03c {
	width:191px;
	height:96px;
}

/*----------------------------------------------- BOX 4 */
#box04 {
	width:191px;
	height:191px;
	float:left;
}
#box04a {
	width:191px;
	height:96px;
}
#box04b {
	width:191px;
	height:95px;
}
#box04c {
	width:191px;
	height:95px;	
	color:#ffad00;
	background-color:#ffad00;
}
#box04d {
	width:191px;
	height:96px;
}

/*----------------------------------------------- BOX 5 */
#box05 {
	width:191px;
	height:191px;
	float:left;
}
#box05a {
	width:191px;
	height:191px;
}
#box05b {
	width:191px;
	height:95px;
}
#box05c {
	width:191px;
	height:96px;
}


/*----------------------------------------------- Pannello FOOT*/
#main_foot {
	width:955px;
	margin-left: auto;
	margin-right: auto;
}
#foot01 {
    padding-top: 15px;
	padding-left: 382px;
	padding-right: 20px;
	float:left;
}
#foot02 {
    padding-top: 37px;
	padding-right: 20px;
	float:left;
}
#foot03 {
    padding-top: 84px;
    padding-right: 20px;
	float:left;
}
#foot04 {
    padding-top: 84px;
    padding-right: 20px;
	float:left;
}

/*----------------------------------------------- onmouseover-onmouseout*/
.transOFF {
	opacity: 1.0;
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0;
	}
	
.transON {
	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
	}
	


