html {
		overflow: hidden;
	}
	body {
		/*background: #222;*/
		background-image:bg1.jpg
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		color: #fff;
		font-family: verdana, arial, helvetica, sans-serif;
		filter: alpha(opacity=100);
	}
	
	a {font-size:15px;font-family:Arial;color:#FFFFFF;text-decoration:underline;cursor:pointer}
    a:hover {font-family:Arial;font-size:15px;color:#FFFFFF;text-decoration:underline }			
	
	#screen {
		position:absolute;
		left: 20%;
		top: 8%;
		width: 55%;
		height: 82%;
		overflow: hidden;
		background: #000;
	}
	
	#screenT{
		position:absolute;
		left: 25%;
		top: 7%;
		width: 50%;
		height: 88%;
		overflow: hidden;
		background: #000;
	}
	
	#screenB{
		position:absolute;
		left: 28%;
		top: 9%;
		width: 45%;
		height: 80%;
		overflow: hidden;
		background: #000;
	}
	
	#screen53{
		position:absolute;
		left: 25%;
		top: 7%;
		width: 50%;
		height: 88%;
		overflow: hidden;
		background: #000;
	}
	
	#screenY{
		position:absolute;
		left: 25%;
		top: 7%;
		width: 55%;
		height: 82%;
		overflow: hidden;
		background: #000;
	}
	
	
	#grid {
		position:absolute;
	}
	#grid img {
		position: absolute;
		cursor: pointer;
		left: -10000px;
	}
	#grid .over {
		border: #fff solid;
	}
	#notice {
		position: absolute;
		font-size: 0.7em;
		left: 1em;
		top: 1em;
		width: 15em;
		background: #000;
		filter: alpha(opacity=70);
		opacity: 0.7;
		cursor: help;
		padding: 0.2em;
	}
	#notice span {
		color: #f80;
	}
	#title {
		position: absolute;
		font-size: 1em;
		left: 0px;
		bottom: 90%;
		width: 100%;
		font-weight: bold;
		text-align: center;
		color: #fff;		
	}
	#caption {
		position: absolute;
		font-size: 1em;
		left: 0px;
		top: 90%;
		width: 100%;
		font-weight: bold;
		text-align: center;
		color: #fff;	
	}
	
	.headLink{
	font-size:15px;
	font-family:Arial;
	color:yellow;
	text-decoration:underline;
	cursor:pointer
	}
	
	
	#title2 {	
		background: #000;
	}
	
	#caption2 {	
		background: #000;
	}
	