html {
		overflow: hidden;
	}
	
	#box {
		position: absolute;
		background: #222;
		border: gray solid 1px;
		visibility: hidden;
	}
	#screen {
		position: absolute;
		left: 0px;
		width: 100%;
		top: 30%;
		height: 310%;
		background: #000;
		border: gray solid 1px;
		-webkit-transform: translate3d(0,0,0);
	}
	#box img  {
		position: absolute;
		border: gray solid 1px;
		-ms-interpolation-mode:nearest-neighbor;
		image-rendering: optimizeSpeed;
		-webkit-transform: translate3d(0,0,0);
		visibility: hidden;
		background: #000;
	}
	#box span {
		position: absolute;
		color: #ccc;
		font-family: verdana;
		font-size: 12px;
		width: 200px;
	}
	#box a {
		text-decoration: none;
		color:#ff8000;
	}
	#box a:hover	{
		text-decoration: none;
		background:#ff8000;
		color:#ffffff;
	}
	#box a:visited {
		text-decoration: none;
		color:#ff8000;
	}
	#box a:visited:hover {
		text-decoration: none;
		background:#ff8000;
		color:#ffffff;
	}
	#lnk, #txt, #tit{
		visibility: hidden;
	}