
body
    {
    background: #ffffff ;
    margin: 0 auto;
    font-family: Verdana, Arial, sans;
    }
    
a
    {
     color:silver;   
    }

.titoli
    {
    color: #000;
    font-size: 1.3em;
    text-align: center;
    }

#intestazione
    {
    margin-top: 0;
    background: #ffffff url(../immagini/logoalto.jpg) no-repeat center;
    background-size: cover;
    margin: 0 auto;
    width: 100%;
    height: 800px; 
    }
    
    
#chisiamo
   {
    margin-top: 0;
    background: #ffffff url(../immagini/contributo.jpg) no-repeat center;
    background-size: 100%;
    margin: 0 auto;
    width: 100%;
    height: 200px;
   
    }

#sinistro
    {
   	padding-top: 150px;
    background: #ffffff url(../immagini/IMG_sinistra.jpg) no-repeat center;
    background-size: cover;
    width: 50%;
    height: 800px; 
    float:left;

    }

#destro
    {
    padding-top: 150px;
    background: #ffffff url(../immagini/IMG_destra.jpg) no-repeat center;
    background-size: cover;
    width: 50%;
    height: 800px; 
    float:right;
    }
    

#crediti
    {
    font-size: 0.8em;    
    text-align: center;
    clear:both;
    width: 100%;
    padding-top:10px;
    }
    
#bottone1
    {
    text-align: center;
    padding-top: 620px;
    }

#bottone2
    {
     padding-top:650px;
     text-align:center;
    }
