body
{
   background-color: #E0E0E0;
   color: #000000;
   background-position: center center;
   background-repeat: repeat;
}

.print_only
{
   display: none;
   visibility: hidden;
}


#contenitore, #cover
{
   position: absolute;
   z-index: 2;
   left: 50%;
   top: 50%;
   margin-left: -350px;
   margin-top: -235px;
   width: 701px !important;
   height: 450px !important;
   overflow: hidden;
   border-width: 2px;
   border-style: solid;
   color: black;
}

#cover
{
   z-index: 1000;
}

#immagine
{
   position: absolute;
   z-index: 3;
}

#cornice
{
   margin: 5px;
   border: 1px solid #909090;
}

#pagina
{
   background-color:#FFFFFF;
   height: 437px;
   overflow: hidden;
   padding: 0px;
   background-position: center center;
   background-repeat: no-repeat;
   background-image: none !important;
}


#nome,
#cognome,
#sottotitolo,
#testo1,
#testo2,
#file
{
   z-index: 10;
   position: absolute;
   padding-bottom: 10px;
   word-wrap: break-word;
}

#nome        { top: 20px;  left:  30px;                font-size: 32pt;}
#cognome     { top: 52px;  left:  30px;                font-size: 32pt;}
#sottotitolo { top: 100px; left:  30px;  width: 400px; font-size: 16pt;}
#testo1      { top: 250px; right: 30px;  width: 200px;                  text-align: right;}
#testo2      { top: 300px; left:  30px;  width: 300px;}
#file        { top: 400px; left:  30px;  width: 200px;}



#nome_s, #cognome_s
{
   z-index: 9;
   position: absolute;
   margin-top: 2px;
   margin-left: 2px;
   filter: alpha(opacity=30);
   -moz-opacity: 0.3;
   opacity: 0.3;
   color: white;
}



#testo1 p a:link,
#testo1 p a:visited,
#testo2 p a:link,
#testo2 p a:visited,
#file   p a:link,
#file   p a:visited
{
   border-bottom-style: dashed;
   border-bottom-width: 1px;
   text-decoration: none;
}
#testo1 p a:hover,
#testo2 p a:hover,
#file   p a:hover
{
   border-bottom-style: solid;
   border-bottom-width: 1px;
}

#footer
{
   position: absolute;
   bottom: 0px;
   right: 0px;
}

#footer #content ul li
{
   display: inline;
   margin-right: 15px;
}

#ombra
{
   z-index: 1;
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -335px;
   margin-top: -220px;
   width: 700px;
   height: 450px;
   background-position: center center;
   background-repeat: no-repeat;
   filter: alpha(opacity=50);
   -moz-opacity: 0.5;
   opacity: 0.5;
}




