<!-- vale solo per file index.html -->
* {margin: 0;}

body {background-image: url(immagini/aerea.jpg);
      background-repeat: no-repeat;}


#BoxBusto {float: left;
           margin-left: 100px;
           margin-top: 200px;
           border: 5px outset;
           color: red;
           background-color: white;}

#BoxOlgiate  {float: left;
              margin-left: 100px;
              margin-top: 60px;
              border: 5px outset;
              color: red;
              background-color: white;}

#BoxBesozzo {float: left;
             margin-left: 100px;
             margin-top: 200px;
             border: 5px outset;
             color: red;
             background-color: white;}

h1 {font-family: verdana;
    font-size: 15px;
    text-align: left;}

#intestazione {position: absolute;
               top: 100px;
               left: 0px;
               font-family: times;
               font-size: 14px;
               font-weight: bold;
    	       color: black;}

#facebook {position: absolute;
           top: 450px;
           left: 0px;}

#contatore {position: absolute;
           top: 520px;
           left: 0px;}
