$(document).ready(function() {
  $("#bg-box").css("height", $("#wrapper").height() + "px");
});

