Found an error in the header.php which cause the main page to break in In IE.
Line 46, Column 11: invalid comment declaration: found character "!" outside comment but inside comment declaration
</div> --!>
Check that you are using a proper syntax for your comments, e.g: <!-- comment here -->. This error may appear if you forget the last "--" to close one comment, and later open another.