Today i faced a problem while trying to center align my main div in IE6.
The Problem
#main
{
width:960px;
margin:0 auto;
}
This made my div to align itself in the center in firefox and Internet Explorer 7 but, it failed to do the trick for IE6.