html, body {
	margin: 0; padding: 0;
	width: 100%; height: 100%;
	overflow: hidden;
}
#content, #desk, #stacks {
	height:100%;
}
#deskcontainer	 {
	height:100%;
	min-width:20rem;
	max-width:60rem;
}

textarea#custominput {
	width:20rem;
	height:20rem;
}

.voyclogo {
	height:1em;
	width:3em;
	color:navy;  /* voycblue */
}
.voyclogo.ftr {
	margin-top:.6em;
}
