@charset "utf-8";
/* CSS Document */

#screen {
	position:relative;
	left: 5%;
	top: 0%;
	width: 90%;
	height: 500px;
	overflow: hidden;
}

#screen a{
	position: absolute;
	border:none;
	filter:alpha(opacity=100);
	width:150px;
	height:150px;
	cursor:pointer;
}

.image
{
	width:100%;
	height:100%;
	border:none;
	
}