I've tried several ways, relative and absolute. Its in a dwt and I want to
apply the dwt to all pages. But I've had content layers run over it.
I've made different dwt's to account for a few pages, otherwise I've been
using absolute with high value to place it at the bottom.
Any suggestions for the audio with Netscape/Fire Fox
Position absolute is what is causing your problem. Given that you are using
a theme and are mixing tables with divs you may want use a simple table
based layout and put the header and footer in column spanning rows.
Either use table or remove the position absolute and use floats or relative
positioning. Then your footer will fall into place naturally.