I would also recommend adding text-align:left;
to the container div and adding text-align:center;
to the body tag. This is because Internet Explorer 6.0 will not handle automatic fields.
body {
text-align:center;}
#container {
margin: 0px auto;
text-align:left;
width: 800px;}
Reece
a source
to share