#logo_background{     
    width: 100%;
    height: 60px;    
    background-color: #99b4d1;
   /* border-top: 1px solid black;    */
    top: 0;
	left: 0;
	position: fixed;
}

#logo{
    position: absolute;
    top:10%;
    left:43%;
    text-align:center;
    font-size: 2.5em;    
    color:white;
}


#aggiornamento{
    position: absolute;
    top:50%;
    left:40%;
    text-align:center; 
    font-size: 1.2em;  
    color:crimson;
}

#email {
    position: absolute;
    top:90%;
    left:45%;
    text-align:center;
    font-size: 1em;  
    color:activecaption;
    text-decoration: none;
}
#email a, a:visited{
/*    position: absolute;
    top:90%;
    left:40%;
    text-align:center;
    font-size: 1em;  */
    color:activecaption;
    text-decoration: none;
}
#email a:hover{
    font-size: 1.2em;   
    
}