body {    margin: 0px; 
          background_color:#FFFFFF ;
}
/* ----- DIV ------------------------------------------------------------------- */

.centro   {
          background-color: #FFFFFF;
          WIDTH: 700px;
          HEIGHT: 100%;
          }

.main     {display: block;
          position: absolute;
          background-color: transparent;
          WIDTH: 100%;
          HEIGHT: 100%;
          top: 0%;
          bottom: 0%;
	left:0%;
	right:0%;
          z-index: 1;
          }

.sinistra   {
          background-color: #FFFFFF;
          WIDTH: 200px;
          HEIGHT: 100%;
          }

/* ----- Caratteri -------------------------------------------------------------- */

.tr_bck    {background-color: #808080;}
.tr_bck_ad {background-color: #808080;}

.indirizzo{font-family: verdana, century gothic; font-size: 11px; font-weight: bold; color: #4E779E; text-decoration: none;
        background-color: transparent;}

.titolo{font-family: verdana, century gothic; font-size: 11px; font-weight: bold; color: #376288; text-decoration: none;
        background-color: transparent;}

.testo{font-family: verdana, century gothic; font-size: 11px; font-weight: normal; color: #376288; text-decoration: none;
        background-color: transparent;}

.entra{font-family: verdana, century gothic; font-size: 18px; font-weight: bold; color: #376288; text-decoration: none;
        background-color: transparent;}

.email{font-family: verdana, century gothic; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none;
        background-color: transparent;}




/* ----- Formattazione links -------------------------------------------------- */

A:link {color: #4E779E; text-decoration: none; font-weight: bold; background-color: transparent;}
A:visited {color: #4E779E; text-decoration: none; background-color: transparent;}
A:hover {color: #4E779E; text-decoration: none; background-color: #FFFFFF;}
A:active {color: #4E779E; text-decoration: none; background-color: transparent;}   

   
