ul.indice {
   background: #F29417;
}
.header-newsletter, .menu_sin_fisso{
       margin-left: 0px;
}
.normal{
       /*position: absolute;*/
       margin-top: 260px;
       margin-left:180px;
       width: 550px;      
       font-size: 10pt;
       
overflow: auto;
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;

 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

div.normal > pre, div.normal > div {
   overflow: auto;
 }
