/* This undoes the "fade" effect on the pages that were previously designed to exist as overlays: */
body {
	background-color: #333;
}
div#fade {
	background: none;
	height:  auto;
	width:  auto;
}