/**
 * 
 */

html, 
body {
   background-color:#2D2926; /*light #FFCC00;*/ 
   height:80%; 
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

.main h1 {
    margin: 0 auto;
    width: 70%;
    line-height: 22px;
    font-size: 18px;
    color: #FFFFFF;
}

.toplogo {
   text-align:center;
   align:center;
}

.main { 
   width:75%; 
   margin:auto; 
   /*background-color:#FFCC00;*/   /*light #fff; */
   
   /*color:#666;*/ 
   height:85%; 
   margin-top:1%; 
   padding-top:30px; 
   text-align:center;
   /* Immagine NASA */
   background-color:#2D2926;
   background-image:
      linear-gradient(
         rgba(0,0,0,0.45),
         rgba(0,0,0,0.45)
      ),
      url("background.jpg");
   background-size:cover;
   background-position:center center;
   background-repeat:no-repeat;

   border-radius:10px;
   -moz-border-radius:10px;
   -webkit-border-radius:10px;

   box-shadow:0 0 20px rgba(0,0,0,.5);

   position:relative;

}

.copy {
   text-align:center;
   width:70%; 
   font-family: Arial, Helvetica, sans-serif; 
   margin:auto; 
   margin-top:100px;
}

.main a {
   color: #FFD54A; /*giallo oro*/
}

.main a:hover {
   color: #FFF3A0;
}

.footer {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 15px;
   color: #e0e0e0;
   text-align: center;
   width: 100%;
}
