$(document).ready(function() {
  if ($('#content').height() > 1056) {
    $('#content').css('background-position','fixed');
  } else {
    var height = $('#content').height();
  }

});
