#parallax-header { 
	height:600px; background-color:gray; 
 }
#parallax {
	position:relative; overflow:hidden; width:950px; height:250px;
	background-image:url('../images/background.jpg');
}
.parallax-viewport {
	position: relative;     /* relative, absolute, fixed */
	overflow: hidden;
}
.parallax-layer {
	position: absolute;
}


h1 {
	margin-top: 400px;
	margin-left: 150px;
	color: f5eca5;
}

p {
	font-family: Helvetica;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;



}