Re-position footer and force it to drop below blog post excerpts on home page [closed]

Check this:

#page-wrap {
width: 1000px;
margin-right: auto;
margin-left: auto;
margin-bottom: 575px;
}

The margin-bottom in that #page-wrapis what’s causing you the problem.