html, body{
	height:100%;
	margin: 0px;
}
body{
	background: url('../images/body_bg.png') repeat-x #36312D;
	
	text-align: center;
	padding-bottom: 120px;
}

a img{
	border: 0px solid;
}

li{
	list-style: none;
}

header h1, div#game_bg, ul{
	margin: auto;
}

header h1{
	width: 378px;
	height: 177px; /* undo me hard */
	margin-bottom: -177px;
	margin-top: 7px;
	background: url('../images/polyn.png') no-repeat;
	font-size: 0px;
	position: relative;
	z-index: 2;
}

div#game_bg{
	width: 823px;
	height: 602px; /* 722px */
	margin-top: 73px;
	padding-top: 120px;
	background: url('../images/game_bg.png') no-repeat;
	position: relative;
	z-index: 1;
}

ul{
	width: 489px;
	padding: 0px;
}

ul li:first-child{
	float:left;
}
ul li:last-child{
	float:right;
}

hr{
	clear: both;
	width: 489px;
	border: 0px solid;
	border-bottom: 1px solid #505050;
	padding-top: 40px;
}

p#copyright{
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	color: #909090;
	font-size: .7em;
	margin-top: 45px;
}

div#footer{
	padding-top: 20px;
	height: 321px;
	background: url('../images/footer_bg.png') no-repeat bottom center;
}

p#haXe{
	width: 650px;
	height: 550px;
	margin: auto;
	border: 1px solid #36312D;
}