#Layer1 {
	position:absolute;
	left:300px;
	top:73px;
	width:82px;
	height:32px;
	z-index:1;
}
.style1 {
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: bold;
	color: #FF9933;
}
#Layer2 {
	position:relative;
	left:20px;
	top:50px;
	width:510px;
	height:224px;
	z-index:2;
}
.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #B1B1B1;
}
