#Layer1 {
	position:absolute;
	left:40px;
	top:66px;
	width:110px;
	height:106px;
	z-index:1;
	background-color: #333333;
}
#Layer2 {
	position:absolute;
	left:459px;
	top:53px;
	width:130px;
	height:126px;
	z-index:1;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: underline;
}

