Here's how I did it...
I modified the theme.css under the #gallery tag to read as such:
#gallery
{
/* super container for moving the
entire site around. */
margin: 185px 0 0 0;
padding: 0px;
width:891px;
}
(for me, I had to move the entire design down by 185px and constrain it to 891px wide. I'd think you can modify the margin statement to move it over on the appropriate axis.)
-Chow