I must have sugar plums in my eyes, I have 1 page in a re-do that refuses to center, I have checked the code until I'm almost blind. Could it have something to do with the Javascript? Thanks!
There is nothing wrong with the java script or the css, but if you change the doctype to
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
you'll get it to center.
Took me some time before I discovered that, though.