	html {
		overflow: hidden;
	}
	body {
		margin: 0px;
		padding: 0px;
		background: #222;
		width: 100%;
		height: 100%;
		cursor: crosshair;
	}
	#screen {
		position:absolute;
		left: 0%;
		top: 0%;
		width: 100%;
		height: 100%;
		background: #000;
		overflow: hidden;
		cursor: crosshair;
	}
	#screen div {
		position: absolute;
	}
	#screen span {
		position: absolute;
		background: #FFF;
	}
	#credit {
		position: absolute;
		color: #888;
		font-family: arial;
		font-size: 0.7em;
		width: 99%;
		text-align: right;
		bottom: 2px;
		z-index: 10000;
	}
	a {text-decoration: none;color:#fff;}
	a:hover	{text-decoration: none;background:#ff8000;color:#fff;}
	a:visited {text-decoration: none;color:#fff;}
	a:visited:hover {text-decoration: none;background:#ff8000;color:#fff;}