The problem is in your CSS file...
#tpl-left {
background-color:#FFF;
float: left;
width: 200px;
padding-bottom: 32767px !important;
margin-bottom: -32767px !important;
Almost 33,000 pixels of padding in a div will throw a monkey wrench in things. 
Just get rid of the red. I think the same lines are elsewhere to, don't know what they could be for.