html {
	background: #072c0b url(background.jpg) no-repeat center top;
}


body {
	width: 860px;
	height: 1620px;
	margin: auto;
	position: relative;
	
	color: #d0ecbc;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;

}

#content {
	position: absolute;
	width: 380px;
	top: 720px;
	left: 400px;
}

#content p {
	margin-bottom: 0;
}

#content ul {
	margin-top: 0;
}

a:link {
	color: #74ff00;
}

a:visited {
	color: #74ff00;
}


.hide {
	margin: 0;
	position: absolute;
	text-indent: -10000px
}

#credits {
	position: absolute;
	top: 1285px;
	left: 175px;
	width: 600px;

}

#credits h3 {
	height: 80px;
	margin: 0;
	text-indent: -10000px;
}

#credits h3 a {
	height: 80px;
	margin: 0;
	display: block;
}

.left {
	width: 270px;
	float: left;
	height: 200px;
}

.right {
	float: right;
	width: 309px;
	height: 240px;
	position: relative;
	margin: 0;
}

#support a {
	display: block;
	
	width: 400px;
	height: 80px;
	margin-top: 15px;
}