#screen {
		position:relative;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 400px;
		margin: 0px;
		padding: 0px;
        border : gray solid 1px;
		overflow: hidden;
		background: #fff;
	}
	#grid {
		position: absolute;
	}
	#grid img {
		position: absolute;
		cursor: pointer;
		left: -10000px;
		-ms-interpolation-mode:nearest-neighbor;
		 
	}
	#grid .over {
		border: #000 solid 2px;
	}
	#notice {
		position: relative;
		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: relative;
		font-size: 1em;
		left: 0px;
		bottom: 0px;
		width: 100%;
		font-weight: bold;
		text-align: center;
		color: #000;
	}
	#caption {
		position: relative;
		font-size: 1em;
		left: 0px;
		top: 0px;
		width: 100%;
		font-weight: bold;
		text-align: center;
		color: #000;
	}
