@charset "UTF-8";

    /* GENERICO */

    html {height:100%;}
    * {margin:0;padding:0;font-size:8pt;font-family: "Trebuchet ms", Arial, sans-serif;color:#6F6C68;}
    body {height:100%; background-color:#FFF;}

    a {cursor:pointer;color:#1F1F1F;text-decoration:none;}
    a:visited {color:#1F1F1F;}
    a:hover {color:#A77300;}
    li {color:#1F1F1F;}
  
    img {border:none;}
    ul {list-style-type:none;}

    
    /* MESSAGGIO DI ERRORE */
    #user_msg {position:relative;top:100px;margin:0 auto;width:500px;height:100px;color:#B22222;text-align:center;font-size:12pt;}


    /* IMPOSTAZIONI LAYOUT */
    #div_main {width:965px;margin:0 auto;text-align:center;}
    #div_title {position:relative;height:130px;margin:0 auto;z-index:3;}
    #div_body {position:relative;float:left;min-height:435px;width:100%;height:auto !important;height:435px;z-index: 2;}
    #div_footer {position:relative;clear:both;width:100%;z-index: 2;}


