A Simplified solution to CSS-Tricks Starry Night Parallax Effect. Se URL for demo and original article. Example files can also be downloaded at the URL.
body {
background: url("image/foreground.png) repeat 5% 5%, url(image/midground.png) repeat 20% 20%, url(image/background.png") repeat 90% 110%;
}