URL: http://cyberbat.co.uk/test container margin: auto is not working, is there any other way to put it in the middle in IE.
EDIT: Check it again, the index.php was the
Internet Explorer displays your website in quirks mode because of this bogus processing instruction at the top of markup:
Remove it; margin: auto works in IE6+. There's no need to do text-align: center or other unnecessary changes.
margin: auto
text-align: center