@charset "utf-8";
/* CSS Document */

	html {
		overflow: hidden;
	}
	body {
		margin: 0px;
		padding: 0px;
		background: #000000;
		position: absolute;
		width: 100%;
		height: 100%;
	}
	#screen {
		position:absolute;
		left: 0%;
		top: 0%;
		width: 100%;
		height: 100%;
		background: #000000;
		overflow: hidden;
	}

	#screen div, a{
		position: absolute;
		color: #FFF;
		font-family: 'courier new', typewriter, matrix, monospace;
		font-weight: bold;
		text-decoration: none;
		cursor: default;
	}
	a{outline:none;}
