﻿/* CSS layout */
.arancia{
background-image: url("../img/frutta.png"); 
background-repeat: no-repeat;
background-position: right bottom;
bottom: 0;
right: 0;
}
.arancia2{
background-image: url("../img/arancie.png"); 
background-repeat: no-repeat;
background-position: left bottom;
bottom: 0;
right: 0;
}
.hide0 {
display:none;
}
.hide1 {
display:visibility;
}

