#container {
	width: 100%;
	height: 100%;
	padding: 0;
}

@font-face {
    font-family: 'greenscreen';
    src: url('Greenscr.ttf');
}

* {
	font-family: greenscreen;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	pointer-events: none;

	word-break: break-all;
	
	list-style-type: square;
}

@keyframes bodybg
{
	from {background-position: 0px 0px;}
	to {background-position: 0px 8px;}
}

@-webkit-keyframes bodybg
{
	from {background-position: 0px 0px;}
	to {background-position: 0px 8px;}
}

@keyframes bodybigscan
{
	from {top: 150%;}
	to {top: -100%;}
}

@-webkit-keyframes bodybigscan
{
	from {top: 150%;}
	to {top: -100%;}
}

body {
	text-align: left;
	color: #00dd00;
	font-size: 14pt; //ex 20
	
	overflow-x: hidden;
	
	background-color: #002200;
}

#bodysmallscan {
	width: 100%;
	height: 100%;
	
	position: fixed;
	top: 0px;
	left: 0px;

	animation: bodybg 1s linear infinite;
	-webkit-animation: bodybg 1s linear infinite;

	background-image: url(bg_body.png);
	
	z-index: 999;
}

#bodybigscan {	
	position: fixed;
	height: 50px;
	left: 0px;
	width: 100%;
	top: -200%;
	
	background: -moz-linear-gradient(top,  rgba(0,255,0,0) 0%, rgba(0,255,0,0.5) 50%, rgba(0,255,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,255,0,0)), color-stop(50%,rgba(0,255,0,0.5)), color-stop(100%,rgba(0,255,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,255,0,0) 0%,rgba(0,255,0,0.5) 50%,rgba(0,255,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,255,0,0) 0%,rgba(0,255,0,0.5) 50%,rgba(0,255,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,255,0,0) 0%,rgba(0,255,0,0.5) 50%,rgba(0,255,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,255,0,0) 0%,rgba(0,255,0,0.5) 50%,rgba(0,255,0,0) 100%); /* W3C */
	
	animation: bodybigscan 15s linear 1;
	-webkit-animation: bodybigscan 15s linear 1;
	
	z-index: 1000;
}

.blink {
	animation: blink 1s step-end infinite;
	-webkit-animation: blink 1s step-end infinite;
}

@keyframes blink
{
	0% {opacity: 1;}
	50% {opacity: 0;}
}

@-webkit-keyframes blink
{
	0% {opacity: 1;}
	50% {opacity: 0;}
}

/*
     FILE ARCHIVED ON 00:53:05 May 02, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:58:54 Apr 23, 2018.
     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):
  LoadShardBlock: 1971.755 (3)
  esindex: 0.016
  captures_list: 2072.26
  CDXLines.iter: 10.469 (3)
  PetaboxLoader3.datanode: 488.92 (4)
  exclusion.robots.fetch: 83.602 (2)
  exclusion.robots: 84.206
  exclusion.robots.policy: 0.277
  RedisCDXSource: 2.16
  PetaboxLoader3.resolve: 1589.677 (4)
  load_resource: 151.035
*/