This div is supposed to have height:100% but is not at the moment.

Note also that there is a border of white on the top and left!!

The styles are

#tall {
        width:980px;
        height:100%;/*This fails because 100% of what? The height of the parent div of body, html is not specified*/
        background-color:#FFE200;
}