/* CSS Document */
body{
background-color:#3D5B73;
margin:5px;
}
#contenitore{
background-color:#FFFFFF;
width:780px;
height:auto;
margin:0 auto;
}
#top{
position:absolute;
z-index:1;
heigth:auto;
border:0;
}
#medio{
position:relative;
width:780px;
top:180px;
z-index:2;
}
#medio .wlf,
#medio .jack{
margin-left:100px;
border:0;
}
#medio .scrittawlf,
#medio .scrittajack{
margin-bottom:70px;
margin-left:10px;
border:0;
}
#footer{
background-color:#FFFFFF;
width:780px;
margin-top:-10px;
text-align:center;
}
.white{
background-color:#FFFFFF;
}