Bug: text-align ignored when set on HTML
text-align applies to all block-level elements, so it does to HTML, see text-align.
Styles:
HTML { text-align: center }
Example:
<DIV CLASS="example">
this DIV (and the whole content of HTML) should be centred
</DIV>