@charset "UTF-8";
	html {
		overflow: hidden;
	}
	body {
		position: absolute;
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
	}
	#screen {
	position: absolute;
	left: 150px;
	top: 28px;
	width: 80%;
	height: 80%;
	
	}
	#screen img {
		position: absolute;
		cursor: pointer;
		visibility: hidden;
		width: 0px;
		height: 0px;
		-ms-interpolation-mode:nearest-neighbor;
	}
	#screen .tvover {
	border: solid #fff;
	}
	#screen .tvout {
	border: solid #222;
	}
	#bankImages {
		display: none;
	}
