#backdrop > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#parallax_canvas {
	background-color: #000;	
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
}