vertically align everything to the of the page.
Not sure what you're saying the problem is. - to the center of the page? I see the site not fitting in my 1024x768 monitor. You have in your stylesheet
Code:
/*wrappers - page or section containers*/
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 750px;
vertical-align: top;
border: 1px solid #9a9a9a;
}
View source shows that you have a 100% table-based layout, with some divs dropped in for sideboxes and center content. I don't know where you got this template, but since everything is coded into template files, the stylesheet and admin controls will be unable to affect many things. You will need to edit PHP files to modify it in any significant way.
What white gap are you talking about - to the side of the boxes or between the boxes?