Ok, I've gotten everything else working but...my footer links are pushed to the left in FF though they show up fine in IE. I think it's not a b2 issue, but I've reconfigured HTML & CSS that I've used on other sites with no problem so I can't figure out the problem.
Any ideas?
Hmmm.. I see yer "#footer" has already margin:auto and text-align:center. So ... it must be one of the included elements.
Personally, I'd go for "#footer table { margin:auto; }", as I'm sure that it will cure your ills.
Hope this helps.
-stk :D