p { text-align: center }

#scatola {
   width: 770px;
   margin: 0px auto;
   background-color: white;
   clear: both;
   border: 0px solid green;
}

#topshade1 {
   width: 770px;
   height: 45px;
   margin-top: 0px;
   background-color: #0A217f;
   text-align: left;
   clear: right;
}

#topshade2 {
   width: 770px;
   height: 20px;
   background-color: #00CD66;
   margin-top : 2px;
   clear: right;
}
#mura {
   width: 770px;
   margin-top: 10px;
   height: 400px;
   background-color: white;
   clear: right;
   border: 0px solid blue;
}

#sinistra{
   width: 160px;
   height: 300px;
   float: left;
   margin-top: 5px;
   border: 0px solid green; 
}

#destra{
   width: 500px;
   margin-top: 20px;
   text-align: right;
   float: right;
   clear: right;
   background-color: white;
   border: 0px solid pink;
}

#footer{
   width: 770px;
   height: 50px;
   margin-top: 30px;
   text-align: right;
   clear: both;
   border: 0px solid black;
}

#profondo{
   width: 500px;
   float: right;
   margin-top: 5px;
   text-align: right;
   border: 0px solid yellow;
}

#comando{
   width: 130px;
   height: auto;
   margin: 100px 0px 5px 0px;
   border: 0px solid orange;
}

a {text-decoration:none;}
a:hover {text-decoration:none;}

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;
}