* {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}

body {
	background: #000 url(../img/bg.jpg) no-repeat center top;
	width: 100%;
	display: block;
	text-align: center;
}

div#top-banner {
	position: relative;
	height: 100px;
}

div#top-banner #logo-logo {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	text-indent: -999em;
	background: url(../img/logo.png);
	width: 147px;
	height: 74px;
}

div#top-banner #top_ad {
	position: absolute;
	right: 0px;
	top: 5px;
}

div#header {
	height: 21px;
	text-align: center;
	background: #000 url(../img/hdr-repeat.gif) repeat-x;
	font-size: 0px;
}

div#header a {
	position: relative;
	top: 2px;
	background: #000 url(../img/btn-repeat.gif) repeat-x;
	text-decoration: none;
	color: #aaa;
	margin-right: 2px;
	margin-bottom: 2px;
	height: 17px;
	min-height: 17px;
	font-size:10px;
	padding: 2px;
}

div#header a span {
	line-height: 17px;
	overflow: hidden;
	font-size: 10px;
	margin: 2px 14px;
}

div #header a:hover {
	color: #d14a84;
}

div#content {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
}

div#credits-body {
	position: relative;
	width: 100%;
	height: 650px;
	background: #1c1c1c;
}

div#credits-body h1 {
	margin-left: 65px;
	height: 100px;
	text-indent: -999em;
	background: url(../img/dragulator_credits.png) no-repeat left center;
}

div#credits-body h2 {
	font-size: 14pt;
	color: #dd3377;
	text-align: left;
	margin-bottom: 1em;
	font-weight: normal;
}

div#credits-body a {
	color: #888;
}

div#credits-body ul {
	margin-left: 2em;
	text-align: left;
	margin-bottom: 1em;
}

div#credits-body li {
	font-size: 14pt;
	color: #b8b8b8;
	list-style: none;
}


div.credits-column {
	width: 260px;
	position: absolute;
	line-height: 140%;
}

div.column-content {
	margin: 5px;
}

div#left-column {
	top: 100px;
	left: 65px;
}

div#middle-column {
	top: 100px;
	left: 363px;
}

div#right-column {
	top: 100px;
	left: 661px;
}

div#bottom_ad {
	margin: auto;
	width: 728px;
	margin-top: 24px;
}