$(document).ready(function () {
  $('body').hide().fadeIn(800);
});
