html, body {
	width: 100%;
	height: 100%;
}

#depressioncontainer {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	text-align: left;
}

#logo {
	width: 100%;
	height: 100px;
	text-align: center;
}

.header {
	display: none;
}

#sidebar, #otherinfo, #pagenumber, #prevnext {
	display: none;
}

#sidebar, #otherinfo {
	width: 1%;
	height: auto;
}