Given the current theme structure the only immediate option is to set a minimum height for the content area. Try the following out under Appearance > Custom CSS or your own Custom CSS plugin if you're running the free version:
/* Site Body */
#main {
min-height: 500px;
}