@CHARSET "UTF-8";
body {
	background-color: #000000;
	width: 880px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

body#homepage {
	background-image: url('img/earth.png');
}

body#play {
	width: 610px;
}

#page {
	color: #FF0000;
	text-align: left;
	background-image: url('img/brickWall.png');
	font-size: 0px;
	position: relative;
}

h1 {
	background-image: url('img/brickHeader.gif');
	background-position: 40px;
	background-repeat: no-repeat;
	height: 48px;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
	color: #000;
}

#header {
	display: none;
}

#contentWrapper {
	margin: 40px;
	width: 640px;
	min-height: 600px;
	background-color: #000;
}

#content {
	margin: 10px;
}

#sidebar {
	position: absolute;
	left: 720px;
	top: 40px;
	width: 120px;
	background-color: #000000;
	text-align: center;
	font-size: 0px;
}

.sidebox {
	margin: 10px;
}


img.left {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

img.right {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

a img {
	border-width: 0px;
}

#page, a, #footer {
	color: #ff3;
}

.applet {
	margin: 0px;
	padding: 0px;
}
#playApplet {
	background-color: #000;
	border: solid 1px #ff3;
	text-align: center;
	width: 610px;
	height: 475px;
}

.screenshots {
	margin: 20px;
	text-align: center;

}

img.screenshot {
	padding: 1px;
	border: solid 1px #ff3;
}

p {
	margin-top: 10px;
	padding: 0px;
}

.sidebox, #content, #footer {
	font-family: arial;
	font-size: 16px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
}

.center {
	text-align: center;
}

#buttons {
	width: 570px;
	margin-top: 5px;
	margin-left: 25px;
	margin-bottom: 5px;
	line-height: 0em;
	text-align: left;
}

#buttons a img {
	margin: 0px;
	padding: 0px;
}

#buttons a#playButton {
	float: right;
}


#footer {
	text-align: right;
}

p.text {
	margin-left: 30px;
	margin-right: 30px;
}
