ciao a tutti, è il mio primo post qui, spero di non aver sbagliato a postare =)

ho un piccolo problema con il layout del mio sito:
http://www.fileden.com/files/2007/7/4/1238043/sito.zip

Quando imposto il campo border="1", la visualizzazione del layout è simil-corretta
mentre, quando imposto border="0" la visualizzazione sfasa completamente come si può ben vedere nelle immagini:

BORDER="1"


BORDER="0"


qui c'è il codice dell'html, che potete anche vedere nel link all'archivio scritto sopra
codice:
<table border="0" cellpadding="0" cellspacing="0" style="height: 100%; width: 100%;">
  <tr>
    <td class="layer-sx"></td>
    <td colspan="9" class="layer-top">[img]img/logo.png[/img]</td>
    <td class="layer-dx"></td>
  </tr>
  <tr>
    <td height="23" class="layer-sx"></td>
    <td colspan="2" style="background:url(img/empty.png);"></td>
    <td style="width:1px; background:url(img/div.png);"></td>
    <td style="background:url(img/empty.png);"></td>
    <td style="width:1px; background:url(img/div.png);"></td>
    <td style="background:url(img/empty.png);"></td>
    <td style="width:1px; background:url(img/div.png);"></td>
    <td colspan="2" style="background:url(img/empty.png);"></td>
    <td class="layer-dx"></td>
  </tr>
  <tr>
    <td height="7" class="layer-sx"></td>
    <td style="width:4px; background:url(img/low_sx.png)"></td>
    <td style="background:url(img/low.png)"></td>
    <td style="width:1px; background:url(img/low.png)"></td>
    <td style="background:url(img/low.png)"></td>
    <td style="width:1px; background:url(img/low.png)"></td>
    <td style="background:url(img/low.png)"></td>
    <td style="width:1px; background:url(img/low.png)"></td>
    <td style="background:url(img/low.png)"></td>
    <td style="width:4px; background:url(img/low_dx.png)"></td>
    <td class="layer-dx"></td>
  </tr>
</table>
vi prego gentilmente di aiutarmi grazie =)

EiMìAR