body {
	background: black url(/inc/img/stars.gif) 0 0 repeat fixed;
}


/* These three are site-wide div, take extra care when altering */
#bf_header {}
#bf_page {
	padding-top: 134px;
	/*overflow-x: hidden; BREAKS WIKI on chrome browesr */
}
#bf_footer {}

/* Header graphics consist of a header image ("BITFIGHTER", and 4 ships) */
#headerimg {
	background: url(/inc/img/bitfighter.png) no-repeat;
	margin: 0 0 0 -255px;
	position: absolute;
	top: 34px;
	height: 84px;
	width: 510px;
	left: 50%;
}
#redship {
	background:url('/inc/img/redship.png') no-repeat;
	position: absolute;
	width: 101px;
	height: 104px;
	top:18px;
	left: 50%;
	margin-left: 300px;
}
#greenship {
	background:url('/inc/img/greenship.png') no-repeat;
	position: absolute;
	width: 100px;
	height: 104px;
	top:150px;
	left: 50%;
	margin-left: -480px;
}
#purpleship {
	background:url('/inc/img/purpleship.png') no-repeat;
	position: absolute;
	width: 104px;
	height: 102px;
	top:-50px;
	left: 50%;
	margin-left: -420px;
}
#brownship {
	background:url('/inc/img/brownship.png') no-repeat;
	position: absolute;
	width: 99px;
	height: 103px;
	top:496px;
	margin-left: 380px;
	left: 50%;
}

/** The block holding the primary links **/
#headerlinks {
	font-size: 14px;
	position:relative;
	top: 134px;
	z-index: 10;
	/*font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;*/
}

/** phpbb header is a little wonky...  WHY? **/
#phpbb #headerlinks {
	top: 139px;
}

/** PrimaryLinks are those main navigation links across the top of the page **/
#primarylink {
	display: block;
	position:relative;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-weight: bolder;
	font-size: 75%;
}

#primarylink ul { background:#555; padding:0px; margin:0px; }

#primarylink li {
	list-style: none;
	display: inline;
	margin: 2px;
	padding:2px 0;
	border:2px solid #999;
	background:#444;
}
#primarylink li a {
	color: white;
	border:none;
	color:#ccc;
	padding:2px 10px;
	font-weight:normal;
	text-decoration:none;
}

/* Highlight the correct header link */
/* body id   headerlinks id   link class */
#home        #headerlinks     .home,
#screenshots #headerlinks     .screenshots,
#downloads   #headerlinks     .downloads,
#levels      #headerlinks     .levels,
#phpbb       #headerlinks     .forums,
.mediawiki   #headerlinks     .wiki,
#contact     #headerlinks     .contact,
#chat        #headerlinks     .chat
{
	background:#7B0505;
}

#primarylink :hover {
	background:#9B0505;
	color:white;
	border-color: #ddd;
}
