jQuery(document).ready(function () {

  // --------------------------------------------------
  // BOTTOM POSITIONING
  // --------------------------------------------------

  jQuery('#bottom').css('top', jQuery('#middle').height());
  
});

