body {
	margin: 0 auto;
	background-color: #878787;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p {
	margin: 0px;
	padding: 0px;
}

#bg {
	margin: 0 auto;
	padding: 0px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 2000px;
	height: 650px;
	z-index: 10;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
}

#shadow {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	width: 920px;
	height: 650px;
	background-image: url(images/shadow.png);
	background-repeat: no-repeat;
	z-index: 20;
}

#startscreen {
	position: relative;
	top: 35px;
	left: 0px;
	left: 0px;
	margin: 0 auto;
	width: 800px;
	height: 581px;
	z-index: 30;
}