/*------------------------- Reset -------------------------*/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } /* remember to define focus styles! */ :focus { outline: 0; } /* remember to highlight inserts somehow! */ ins { text-decoration: none; } del { text-decoration: line-through; } /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: collapse; border-spacing: 0; } /*------------------------- CSS Specifico -------------------------*/ html,body { height:100%; width:100%; background: url('images/pattern.jpg'); font-family:Arial, Tahoma, Helvetica; font-weight:lighter; word-spacing:1px; line-height:13px; font-size:11px; color: #5c5c5c; } #bande { width:100%; height:100%; min-height:709px; background: url('images/s-intro.png') repeat-x center; } #distanziatore{ /* un piccolo hack */ margin-bottom: -355px; /* metà dell'altezza di #centroassoluto */ background: transparent; /* per evitare di vedere il div */ width: 1px; /* con un solo pixel di larghezza non rovinerà il layout della pagina */ height: 50%; float: left; } #centroassoluto{ position: relative; /* mette il contenuto sopra #distanziatore */ text-align: left; /* hack per IE */ height: 709px; /* altezza e larghezza devono essere prestabiliti */ width: 950px; background: transparent; /* colore sfondo */ margin: 0 auto; /* margini e clear sono obbligatori */ clear: left; } #piva { width:200px; height:15px; bottom:0px; font-size:10px; } h1, h2, h3, h4, h5, h6{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: top; background: transparent; }