@charset "utf-8";
/* CSS Document */
	body {
		position: absolute;
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
	}
	#screen {
	position: absolute;
	width: 557px;
	height: 274px;
	}
	#screen img {
		position: inherit;
		cursor: pointer;
		width: 0px;
		height: 0px;
	}
	#screen .tvover {
		border: solid #876;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	#screen .tvout {
		border: solid #fff;
		opacity: 0.7;
	}
	#bankImages {
		display: none;
	}
