No se si ya lo resolviste, pero creo que no.
A tu caja del footer:
Código:
<table width="100%" height="200" border="0" cellpadding="0" cellspacing="0" align="center" valign="top" style= "background-repeat: repeat;" background= "http://www.i3l.crazytm.com/bg/footerbg.png">
Intenta dejarlo asi:
Código:
<table class="footeralgo" width="100%" height="200" border="0" cellpadding="0" cellspacing="0" align="center" valign="top" style= "background-repeat: repeat;" background= "http://www.i3l.crazytm.com/bg/footerbg.png">
Luego coloca esto en tu global.css
Código:
.footeralgo{
positio:relative;
bottom:0px;
}
en position puedes intentar con fixed, o absolute si relative no te funciona.
También puedes intentar de otra forma editando el orden del código html en tu footer.