* {
	margin: 0;
}
html, body {
	height: 100%;
}
.body1 {
	height:1000px;
	width:100%;
	background:url(background1.png);
	background-color:#000094;
}
.body2 {
	height:2479px;
	width:100%;
	background:url(background2.png);
	background-color:#6b2400;
}
.body3 {
	height:1000px;
	width:100%;
	background:url(background3.png);
	background-color:#000021;
	background-position:left;
}
.body4 {
	height:1000px;
	width:100%;
	background:url(background1.png);
	background-color:#000094;
	background-position:right;
}
.left-ground {
	height:270px;
	background:url(ground.png);
	background-position:right;
}
.right-ground {
	height:270px;
	background:url(ground.png);
	background-position:left;
}
.left-underground {
	height:100%;
	background:url(underground.png);
	background-position:top right;
}
.right-underground {
	height:100%;
	background:url(underground.png);
	background-position:top left;
}
.left-border-top {
	height:100%;
	background:url(border-top.png);
	background-position:top right;
}
.right-border-top {
	height:100%;
	background:url(border-top.png);
	background-position:top left;
}
.border-top {
	background:url(background2.png);
}
.content1 {
	background:url(background4.png);
	background-position:bottom;
	height:816px;
	margin:0;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#FFFFFF;	
}
.game {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#FFFFFF;
}
.game a {
	color:#FFFFFF;
	text-decoration:none;
}
.game img {
	display:block;
}
.content2 {
	height:980px;
	background:url(background5.png);
	background-position:bottom;
	margin:0;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#FFFFFF;	
}
.footer {
	font-size:10px;
	color:#FFFFFF;
	font-family:"Courier New", Courier, monospace;
	position:absolute;
	right:0%;
	margin-top:56px;
}
.footer a {
	color:#FFFFFF;
	text-decoration:none;
}
.footer2 {
	font-size:10px;
	color:#FFFFFF;
	font-family:"Courier New", Courier, monospace;
	position:absolute;
	right:0%;
	margin-top:-12px;
}
.footer2 a {
	color:#FFFFFF;
	text-decoration:none;
}
