.toprow {
	position:fixed;
}

.logorow {
	position: fixed;
}

.sliderrow {
	position: fixed;
}

.reservationrow {
	position: fixed;
	top: 525px;
	width: 100%;
	height: 100px;
	z-index: 10000;
}

.contentrow {
	background: #fff;
	z-index: 10001;
	position: relative;
	top: 870px;
}

.quoterow, .galleryrow, .bottomrow, .footerrow {
	position: relative;
	top: 870px;
	z-index: 10001;
}