My footer is giving me trouble with two key issues:
1) While I've managed to make it stick to the bottom of each page,
2) a opacity transition effect inside div class=sectionalblock stops working when the footer is in place. If I remove the footer, the effect works fine. But when I switch to absolute positioning, the footer sticks to the top of the page instead of the bottom.
I'm looking for ideas on how to resolve this. I suspect it has something to do with the relative or absolute positioning, but every time I try to position absolutely, the footer won't stay at the bottom and adjust itself according to the page size.