#page-wrap
{
	position: absolute;
	height: calc(100vh - 64px);
	width: 100vw;
	top: 64px;
	left: 0px;
	overflow-y: scroll;
	background-color: #FAF6E9;
}

#document-viewer
{
	position: relative;
	width: 816px;
	top: 64px;
	left: calc(50% - (816px / 2));
	height: 2024px;
}

#footer
{
	position: relative;
	height: 64px;
	width: 100%;
	top: 64px;
}
