    $(function(){
      $('.bg').draggable();
      $('body').bind('mousewheel',function(){return false})
    });
