@charset "utf-8";
/* CSS Document */
#parallax {
	background: url(../images/contact/1.png) no-repeat 50% 0;
	position:absolute;
	top:0;
	overflow:hidden;
	width:1200px;
	margin-left:-600px;
	left:50%;
	height:326px;
	z-index:10;
}
#parallax #layer1 { 
	background:url(../images/contact/2.png) center top no-repeat;
	width:1100px;
	height:326px;
	position: absolute;
	left: 50%;
	margin-left: -550px;
}
#parallax #layer2 { 
	background:url(../images/contact/3.png) center top no-repeat;
	width:1180px;
	height:326px;
	position: absolute;
	left: 60%;
	margin-left: -800px;
}
#parallax #layer3 { 
	background:url(../images/contact/4.png) center top no-repeat;
	width:1520px;
	height:326px;
	position: absolute;
	left: 50%;
	margin-left: -4900px;
}
#parallax #layer4 { 
	background:url(../images/contact/5.png) center top no-repeat;
	width:1100px;
	height:326px;
	position: absolute;
	left: 50%;
	margin-left: -2000px;
}
#parallax p { 
	width:300px;
	position:absolute;
	bottom:25px;
	margin-left:100px;
	font-family:Verdana, Geneva, sans-serif;
	color:#D60225;
	font-size:15px;
	text-align:right;
}

