/* PARALLAX CSS 
============================== */
.parallax {
	height: 400px;
	position: relative;
	width: 100%;
}
#parallax-home{
	background:url("../satisfaction_images/backgrounds/home.jpg") repeat-x 50% -3px fixed #000;
}
#parallax-about{
	background: url("../satisfaction_images/backgrounds/about.jpg") repeat-x 50% -3px fixed #000;
}
#parallax-eat{
	background:url("../satisfaction_images/backgrounds/eat.jpg") repeat-x 50% -3px fixed #000;
}
#parallax-drink{
	background:url("../satisfaction_images/backgrounds/drink.jpg") repeat-x 50% -3px fixed #000;
}
#parallax-events{
	background:url("../satisfaction_images/backgrounds/events.jpg") repeat-x 50% -3px fixed #000;
}
#parallax-contact{
	background: url("../satisfaction_images/backgrounds/contact.jpg") repeat-x 50% -3px fixed #000;
}