$(document).ready(function(){
  var doclength = $('body').height();
  //$('#footer').css('top', (doclength + 50) + 'px');
})
