body {
	background-color: #232D35;
	background-image: url(graphics/background.png);
	margin: 0px;
}

.text {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

#LogoNav {
	height: 175px;
	width: 1000px;
	left: 50%;
	top: 20px;
	margin-left: -500px;
	position: absolute;
	z-index: 5;
	visibility: visible;
}

#Background {
	height: 725px;
	width: 800px;
	left: 50%;
	top: 150px;
	margin-left: -400px;
	position: absolute;
	z-index: 1;
	visibility: visible;
}

#BodyBg {
	height: 480px;
	width: 640px;
	left: 50%;
	top: 220px;
	margin-left: -320px;
	position: absolute;
	z-index: 2;
	visibility: visible;
}

#Page {
	height: 460px;
	width: 600px;
	left: 50%;
	top: 230px;
	margin-left: -300px;
	position: absolute;
	z-index: 5;
	visibility: visible;
}

#Copyright {
	height: 20px;
	width: 620px;
	left: 50%;
	top: 710px;
	margin-left: -310px;
	position: absolute;
	z-index: 5;
	visibility: visible;
}