body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #000066;
	vertical-align: top;
}
#Layer1 {
	margin: auto;
	width: 800px;
	top: 0px;
	height: 500px;
}
#Layer2 {
	position: relative;
	height: 100px;
	width: 800px;
	left: 0px;
	top: 0px;
	margin: auto;
	background-color: #9933FF;
}
#Layer3 {
	position: relative;
	height: 600px;
	width: 100px;
	left: 0px;
	top: 0px;
	background-color: #9933FF;
}
#Layer4 {
	height: 600px;
	width: 700px;
	left: 50px;
	top: -600px;
	position: relative;
	margin: auto;
	background-color: #9933FF;
}
#Layer5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00FFFF;
	position: relative;
	left: auto;
	top: -600px;
	text-align: center;
}
