body {
	background: #404040 url('background.gif') repeat-x top;
	color: #FFFFFF;
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
p {
	margin: 1em 0;
	text-align: justify;
}
h1 {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 240px;
}
h2 {
	border-bottom: 1px solid #A0A0A0;
	clear: both;
	color: #A0A0A0;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	margin: 0.5em 0;
	padding: 1em 0 0 0;
	text-transform: uppercase;
}
h3 {
	border-bottom: 1px solid #606060;
	clear: both;
	color: #808080;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
	margin: 0.5em 0;
	padding: 1em 0 0 1em;
	text-transform: uppercase;
}
#content {
	margin: 0 auto;
	width: 480px;
}
table {
	border-collapse: collapse;
	width: 480px;
}
td, th {
	padding: 1px 2px;
}
td {
	background-color: #484848;
	border-bottom: 1px solid #404040;
}
th {
	color: #A0A0A0;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
a {
	color: #D40766;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #AF155C;
}
a:active {
	color: #D40766;
}
.more {
	float: right;
}
.screenshot {
	float: left;
	height: 96px;
	margin-right: 1em;
	width: 192px;
}
img {
	border: 0;
}
.map-name {
	color: #A0A0A0;
	font-size: 14px;
	font-weight: bold;
}
.footer {
	border-top: 1px solid #606060;
	color: #808080;
	font-size: 10px;
	margin: 2em 0;
	text-align: center;
}
.poster {
	color: #C0C0C0;
}
.center {
	text-align: center;
}