$(document).ready(function () {
  var height = $("#content").height();
  $("#filler").height(height+$("#header").height()+2);
});

