Basically when I have a table that I want centered I use {text-align: center} to do it. This works great in IE, but not in Mozilla/Firefox. I end up adding <--align="center"> to the table tag causing it to no longer be valid. Because of the page, I can't use anything fixed (absolute positioning, etc.).
Kyle