The trick to center a div in IE.

  • Body selector: text-align: center;
  • Div/Container: margin: 0 auto;
  • Div/Container: text-align: left; on the container to counter the center align for body