body{
margin:0;
background-color:#49b52e;
background-image:url("img/sfondo_bolle.gif");
background-position:bottom;
background-repeat:repeat-x;
text-align:center;
}
#up_header{
height:501px;
width:100%;
background-image:url("img/sfondo.jpg");
}
#menu_up{
width:100%;
height:140px;
text-align:center;
}
#menu_middle{
width:100%;
height:213px;
text-align:center;
}
#menu_bottom{
width:100%;
height:148px;
text-align:center;
}
#nuvolette{
width:100%;
height:71px;
background-image:url("img/nuvolette.jpg");
}
#content{
width:100%;
margin:auto;
text-align:center;
}
#allineato{
width:1000px;
margin:auto;
margin-top:-70px;
background-image:url("img/carta.jpg");
border-top:1px dashed #00ccff;
}
#sinistra{
width:350px;
height:1400px;
float:left;
}
#centro{
width:630px;
height:1400px;
margin-left:360px;
padding:3px;
border-left:1px dashed #00ccff;
}
#erba{
width:100%;
height:28px;
background-image:url("img/erba.jpg");
}
.base{
font-family: Georgia, serif;
font-size:14px;
color:#333333;
}
a.base:link{
font-family: Georgia, serif;
font-size:14px;
color:#000000;
font-weight:bold;
}
a.base:visited{
font-family: Georgia, serif;
font-size:14px;
color:#000000;
font-weight:bold;
}
a.base:hover{
font-family: Georgia, serif;
font-size:14px;
color:#ff9900;
font-weight:bold;
}
hr{
width:80%;
border:1px dashed #00ccff;
}
a.zoom img
{
    border: solid 5px #ccccff;    
}
a.zoom span
{
    position: absolute;
    visibility: hidden;
}
a.zoom
{
    position: relative;
    z-index: 0;
}
a.zoom:hover
{
    z-index: 1;
}
a.zoom:hover span
{
    visibility: visible;
    top: -200;
    left: 40px;
}

