body {
  background-color: #f7f2da;
}

html, 
body, 
#openseadragon1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#credit {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	position: absolute;	
	bottom: 10px;
	right: 10px;
	z-index: 999;
}

#credit a {
	clear: both;
	display: block;
	color: #fff;
	text-decoration: none;
}

/* performance enhancements */
.openseadragon-canvas:focus {
  outline: none;
}