@charset "utf-8";
/* CSS Document */
#parallax {
	width: inherit;
	height: 320px;
	overflow: hidden;
	background-image: url(../img/depth-3.png), url(../img/depth-2.png), url(../img/depth-1.png), url(../img/depth-0.png);
	background-repeat: no-repeat;
	background-position: center 0;
}