The table tag for the table containing this text looks like this:

<table width="450" height="100%" align="center" bgcolor="#ccccff">

Note that it expands vertically even though it is rendered in standards compliance mode because it has the following CSS applied to it:

html, body{height:100%}

Close this window