body {
	background-color:#000;
}

div#page {
	position:absolute;
	width:1221px;
	left:50%;
	margin-left:-610px;
	margin-top:20px;
	padding-bottom:20px;
}

div#game {
	background-image:url(../images/border.png); width:828px; height:628px; float:left;
}

div#description {
	display:block;
	float:left; margin-left:15px; background-image:url(../images/description.png); width:378px; height:624px;
}

div#comments {
	width:1221px; height:57px; overflow:hidden; background-color:white; margin-top:15px;
}

div#commentLine {
	margin-top:-50px; padding:15px; font-size:27px; font-family:monospace; font-weight:bold; white-space:nowrap;
}

div.input {
	position:absolute; top:570px; float:left;
}

input#commentInput {
	height:50px; width:280px; font-size:28px; font-family:monospace; color:#fff; background:none; border:none; padding-left:5px;
}

input#commentSubmit {
	width:90px; height:50px; background-color:transparent; border:none;
}