i have centered my layout using margin: 0 auto;
This looks fine on ff and chrome, however it is different on ie. I suspect that it is because i have some floated elements in the layout, but i am not positive.
As Ray pointed out, an improper doctype is causing this. Without a proper doctype IE gets thrown into quirks mode which makes it behave more like IE5, and EI5 doesn’t support auto margins