body {
	background-color: #FFFFFF;
	background-image: url(../reservations/images/tasting-room-1.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	background-position: center top;
}
@media only screen and (max-width: 1200px) {
	body {
	background-image: url(../reservations/images/tasting-room-1200.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	}
}
@media only screen and (max-width: 800px) {
	body {
	background-image: url(../reservations/images/tasting-room-800.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 50px;
	}
}