Install firebug into firefox. You can look at your css. Before the <p> for the welcome message there is a spacer image with the following css: img.empty-height-extender {
height:262px;
width:10px;
}
altskin.css (line 1064)
That image and css is creating the large white space.