body {
	width: 640px;
	background: Black;
	color: White;
	font-family: sans-serif;
	font-size: 80%;
	text-align: left;
	margin: auto;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	color: white;
	text-decoration: underline;
}

#Layer1 {

	width:120px;
	height:80px;
	z-index:1;
}

#Layer2 {

  

	width:120px;
	height:80px;
	z-index:2;
}

#Layer3 {



	width:120px;
	height:80px;
	z-index:3;
}
