allora, mentre con FF va tutto ok, in ie ho in problema! sebbene ho annullato tutti i margini al body, sotto il footer mi resta un piccolo spazio abbastanza sgradevole!
questo è il codice del footer:

XHTML
codice:
<div id="footer">
                 [img]immagini/footer_sx.jpg[/img]
                

xxxxx</p>
           </div>
CSS
codice:
div#footer {
           background-image: url(immagini/sfo_footer.jpg);
           background-repeat: repeat-x;
           background-color: #999999;
           border-bottom: 2px dashed #cccccc;
           height: 45px;
           text-align: center;
           clear: both;
           /*REGOLE PER IL FOOTER SEMPRE A FONDO PAGINA*/
           position:absolute;
           bottom: 0;
           width: 100%;
}
/*PARAGRAFO DEL FOOTER*/
div#footer p {
           font: bold 13.5px "Courier New", "Lucida Sans Typewriter", Arial, tahoma, Sans-serif;
           letter-spacing: -0.3px;
           color: #000000;
           margin: 0;
           padding: 25px 0 0 0;
}