#background {
	background: url(../images/background/background.png) repeat 5% 5%;
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 100;
}

#midground {
	background: url(../images/background/midground.png) repeat 20% 20%;
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 100;
}

#foreground {
	background: url(../images/background/foreground.png) repeat 90% 110%;
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 200;
}
