div {
	position: relative;
	height: 525px;
	width: 800px;
	background-color:#C1C1C1;
}
#Layer1 {
	left: 350px;
	top: 230px;
	right: 300px;
	bottom: 300px;
}
a:hover {
	background-color: #FFFFFF;
	cursor: crosshair;
}
a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

