
body {
	width : 900px;
	height: 803px;
	border: 0px solid black;
	margin : 20px auto;
	background : #68512F;
}


#upper {
	height: 194px;
	width : 900px;
	border: 0px solid black;
	background:  url(../img/upper_sofia.jpg);
}


#middle {
	height: 439px;
	width : 900px;
	border: 0px solid black;
	background : #ffffff;
}

#middle a img { display:block}

#button_up {
	height: 52px;
	width : 900px;
	border: 0px solid black;
	background:  url(../img/leggere_gioco_new.gif);
}

#button_mid_bimbi {
	height: 387px;
	width : 300px;
	border: 0px solid black;
	float:left;
}
#button_mid_ragazzi {
	height: 387px;
	width : 300px;
	border: 0px solid red;
	float:left;
}
#button_mid_adulti {
	height: 387px;
	width : 300px;
	border: 0px solid red;
	float:left;
}

#img_bimbi{
	height: 387px; width : 300px;
	background:  url(../img/bambini.gif);
	display:block;
}
#img_ragazzi{
	height: 387px; width : 300px;
	background:  url(../img/adolescenti.gif);
	display:block;
}
#img_adulti{
	height: 387px; width : 300px;
	background:  url(../img/adulti_new.gif);
	display:block;
}
#img_bimbi:hover{
	height: 387px; width : 300px;
	background:  url(../img/bambini_rollover.gif);
	display:block;
}
#img_ragazzi:hover{
	height: 387px; width : 300px;
	background:  url(../img/adolescenti_rollover.gif);
	display:block;
}
#img_adulti:hover{
	height: 387px; width : 300px;
	background:  url(../img/adulti_new_rollover.gif);
	display:block;
}


.left {
	float:left;
}

.right {
	float:right;
}

#footer {
	height: 59px;
	width : 900px;
	border: 0px solid black;
	background : #5e0070;
}

#button_low {
	height: 59px;
	width : 174px;
	border: 0px solid black;
	background:  url(../img/footer.gif);
}
