html, body, #container {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

#container {
        padding-left: 0.3%;
}

@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;}
}

a {
        color: #00dd00;
        font-size: 20pt;
}

body {
	text-align: left;
	color: #00dd00;
	font-size: 20pt;
	overflow: hidden;
	background-color: #000e00;
	xxbackground-color: #000000;
	height: 100%;
	width: 100%;
}

#scan {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	animation: bodybg 3s linear infinite;
	-webkit-animation: bodybg 3s linear infinite;
	background-image: url(bg_body.png);
	z-index: -999;
}

