In the layout 1 col css, text in the main block is centered.
div#main {
text-align: center;
}
But this style also centers
<table> in Internet Explorer.
Test
this page in IE and Firefox.
This was a problem for me to display a t:tree2 in IE, so i deleted the text-align attribute in my css.
Is there a cleaner solution ?