body{
margin:0;
padding:0;
background-color:#e3f2f2;
background-image:url(pattern.png);
}

#main{
margin:0 auto;
padding:0;
width:960px;
height:1900px;
-moz-box-shadow: 0 0 5px 5px #d6d6d5; 
-webkit-box-shadow: 0 0 5px 5px #d6d6d5;
box-shadow: 0 0 5px 5px #d6d6d5;
background-color:#FFF;
}

a:link { color:#000;  text-decoration:none; font-weight:700;}
a:active { color:#000; }
a:visited { color:#000;  }
h1{font-family: arial,sans-serif; font-size:25px;}
.sotto-titolo{ font-size:12px; font-style:italic;}
.titolo_box{ margin:5px 0px 25px 0px; text-align:center;}
.chiudi{ font-size:18px; color:#000; font-weight:bold; position:absolute; right:45%; bottom:2%; cursor:pointer;}

.overlay{
background:#000;
position:fixed;
top:0px;
bottom:0px;
left:0px;
right:0px;
z-index:100;
cursor:pointer;
/*Trasperenza cross browser*/
opacity: .7; filter: alpha(opacity=70);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#box{ width:400px; height:640px; background-repeat:no-repeat; background-color:#e3f2f2; display:none; z-index:+300; position:absolute; left:37%; top:20%; -moz-border-radius: 15px;  -webkit-border-radius: 15px;border-radius: 15px; }
#box-container{text-align:center; margin:25px 40px 10px 10px;}
.menu{font-family: arial, sans-serif; font-size:25px;}