body {
	background-color: #151f23;
	color: #fff;
	font-family: arial;
	font-size: 16px;
	background-image: url(paper.jpg);
	width: 740px;
	margin: 10px auto;
	line-height:1.4;
}

#content {
	width: 480px;
	float: left;
}

#sidebar {
	width: 240px;
	float: right;
}

#footer {
	clear: both;
	padding: 0px 0 30px 0;
	font-size: 12px;
}

#video {
	width: 480px;
	height: 340px;
	xbackground-color: #000;
}

#screenshots img {
	border: 1px solid #000;
	display: block;
	margin: 48px 0;
}

h1 {
	font-size: 16px;
	margin: 10px 0 40px 0;
	width: 480px;
}

h2 {
	font-size: 14px;
	margin: 40px 0 10px 0;
}

p {
	margin:1em 0;
	padding:0;
}

table.highscores {
	border: 0;
	width: 230px;
}

table.highscores tr, table.highscores td {
	border: 0px;
}

table.highscores tr:hover {
	background-color: #2a3236;
}

table.highscores td {
	border-bottom: 1px solid #394143;
}

td.rank {
	font-size: 14px;
	width: 20px;
	text-align: right;
}

td.name {
	font-size: 14px;
	width: 150px;
}

td.score {
	font-size: 14px;
	width: 60px;
	text-align: right;
}