Looks different in IE than in Firefox. If I’m seeing what you are it looks as though your h1 tag has top padding driving the text lower down the page.
So look at the section below in your css file
/* Begin Headers */
h1 {
padding-top: 70px;
margin: 0;
}
and change the 70px to something smaller, say 30px.