#Layer1 {
	position:absolute;
	left:450px;
	top:0px;
	width:200px;
	height:100px;
	z-index:1;
}
#Layer2 {
	position:absolute;
	left:0px;
	top:100px;
	width:96px;
	height:200px;
	z-index:2;
}
#Layer3 {
	position:absolute;
	left:1100px;
	top:100px;
	width:100px;
	height:450px;
	font-family:hevetica;
        font-size:20px;
	z-index:3;
}

#Layer5 {
	position:absolute;
	left:320px;
	top:100px;
	width:650px;
	height:525px;
	font-family:hevetica;
        font-size:20px;
	z-index:5;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	background-color: #ce1818;
}
a:active {
	color: #ce1818;
}
