html {
	overflow-y: scroll;
}

body {
	background-color: black;
	text-rendering: optimizeLegibility;
}

img.bg {
	/* Set rules to fill background */
	min-height: 683px;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up position ing */
	position: fixed;
	top: 50px;
	left: 0;
}

@media screen and (max-width: 1024px) {
img.bg {
	left: 50%;
	margin-left: -512px;
}
}

div#content {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative;
	/* These have no effect on the functionality */
	width: 512px;
	left: 175px;
	margin: 0 auto;
	background: transparent;
	color: #000;
	padding: 0px;
	top: 40px;
}

div#content ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#content ul li {
	display: inline;
}

body {
	/* These rules have no effect on the functionality */
 	/* They are for styling only */
	margin: 0;
	padding: 20px 0 0 0;
}

h1, h2 {
	font: 35px 'Lobster', arial, serif;
	margin: 10px 0px;
}

p#credit a {
	text-decoration: none;
	color: white;
	font-size: 12px;
	top: 350px;
	position: relative;
	float: right;
}

p#credit a:hover {
	text-decoration: underline;
}
/*
     FILE ARCHIVED ON 12:15:15 Dec 24, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:14:13 May 14, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.923
  exclusion.robots: 0.131
  exclusion.robots.policy: 0.118
  esindex: 0.012
  cdx.remote: 7.249
  LoadShardBlock: 75.656 (3)
  PetaboxLoader3.datanode: 56.105 (4)
  PetaboxLoader3.resolve: 72.808 (2)
  load_resource: 87.943
*/