html, body {
   scrollbar-3dlight-color:    darkslategray;
   scrollbar-arrow-color:      darkseagreen;
   scrollbar-darkshadow-color: darkslategray;
   scrollbar-face-color:       white;
   scrollbar-highlight-color:  white;
   scrollbar-shadow-color:     darkseagreen;
}
@import url(albero.css);
a {text-decoration:none;}
a:hover {text-decoration:none;}

#topshade1 {
   width: 770px;
   height: 45px;
   background-color: #0A217f;
   text-align: left;
}
#topshade2 {
   width: 770px;
   height: 20px;
   background-color: #00CD66;
   margin-top : 2px;
   clear: both;
   }
#scatola {
   width: 770px;
   margin: 1px auto;
   border: 0px solid orange;
   background-color: white;
}
#mura {
   width: 770px;
   margin: 1px auto;
   border: 0px solid pink;
   background-color: white;
}
#sinistra {
   float: left;
   width: 160px;
   height: auto;
   position: absolute;
   top: 30%;
   background-color: white;
   border: 0px solid red;
}
#destra {
   width: auto;
   height: auto;
   float: right;
   clear: right;
   border: 0px solid gray;
}
#footer {
   width: 500px;
   height: 40px;
   margin-top: 10px;
   margin-left: 268px;
   text-align: right;
   border: 0px solid navy;
   clear: both;
}
#comando{
   width: 150px;
   height: auto;
   margin: 20px 0 5px 10px;
   border: 0px solid green;
}