// JavaScript Document
$(window).scroll(function(){
      $("#header").css({"left": - $(window).scrollLeft() + "px"}, "normal");
});