#Layer1 {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:600px;
	z-index:1;
}
body {
	background-color: #333333;
}
a:hover {
	color: #FFCC33;
}
a {
	text-decoration: none;
	color: #CCCCCC;
}
#Layer2 {
	position:absolute;
	left:270px;
	top:270px;
	width:630px;
	height:455px;
	z-index:2;
}
#Layer3 {
	position:absolute;
	left:270px;
	top:775px;
	width:630px;
	height:20px;
	z-index:3;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	font-style: italic;
	color: #CCCCCC;
	margin: 3px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #CCCCCC;
}
