
#Italia{
  min-height:350px;
  width:800px;
  background: url(../images/zona_italia.gif) no-repeat top center; 
}
#America{
  min-height:350px;
  width:800px;
  background: url(../images/zona_america.gif) no-repeat top center;
}

#Africa{
  min-height:350px;
  width:800px;
  background: url(../images/zona_africa.gif) no-repeat top center;
}

#Asia{
  min-height:350px;
  width:800px;
  background: url(../images/zona_asia.gif) no-repeat top center; 
}

#Europa{
  min-height:350px;
  width:800px;
  background: url(../images/zona_europa.gif) no-repeat top center; 
}

#Oceania{
  min-height:350px;
  width:800px;
  background: url(../images/zona_oceania.gif) no-repeat top center; 
}

.column{
float:left;
width:195px;
font-size:11px;
margin-right:5px;
}

.title{
color:#3c8ebf;
font-size:14px;
border-bottom: 1px solid #797979; 
margin-bottom: 2px;
}

#footer_position{
clear:both;
}

