$(document).ready(function(){
   $('#background').css({
      height: $(window).height()
   });

   $('#background img').css({
      width: $(window).width(),
      height: $(window).height()
   });

   $('#noplugin').css('margin-top', ($(window).height() - $('#noplugin').height()) / 2 - 25 );
});
