html {
		overflow: hidden;
	}
	body {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	}
	#screen {
	position:absolute;
	width: 555px;
	height: 350px;
	}
	#screen img {
	position: absolute;
	cursor: pointer;
	visibility: hidden;
	width: 0px;
	height: 0px;
	}
	#screen .tvover {
	opacity: 1;
	filter: alpha(opacity=100);
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0FFFF;
	border-right-color: #F0FFFF;
	border-bottom-color: #F0FFFF;
	border-left-color: #F0FFFF;
	}
	#screen .tvout {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0033CC;
	border-right-color: #0033CC;
	border-bottom-color: #0033CC;
	border-left-color: #0033CC;
	filter: alpha(opacity=70);
	}
	#bankImages {
	display: none;
	}

