html, body {
	padding: 0;
	margin: 0;
}

body {
	background: url('../images/background.png') repeat-x #120000;
}

div {
	font-family: "Verdana", "Helvetica", "Sans";
	font-size: 8pt;
}

#top {
	background: #000000;
	padding: 6px 0;
}

#top div.content {
	width: 922px;
	text-align: right;
	color: #666666;
	margin: 0 auto;
}

#top div.content a {
	text-decoration: none;
	color: #aaaaaa;
}
#top div.content a:hover {
	color: #ffffff;
}

a img {
	border: 0;
}

#container {
	margin: 20px auto;
	width: 928px;
}

#logo {
	margin-bottom: 18px;
}

