In IE the CSS parallax appears jittery and doesn't scroll through smoothly. This CSS fixes it.
html{ overflow: hidden; height: 100%; } body{ overflow: auto; height: 100%; }