html {
	overflow: hidden;
}

body {
	height: 100%;
	overflow-y: auto;
}

#navWrapper {
	position: absolute;
	top: 0px;
	left: -9px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#topSpacer {
	height: 110px;
}

#middleSpacer {
	height: 110px;
}

#bottomSpacer {
	height: 110px;
}