/* Header graphics consist of a header image ("BITFIGHTER", and 4 ships) */
body {
        background: black url(/template/stars.gif) 0 0 repeat;
}

#headerimg {
	background: url(/template/bitfighter.png) no-repeat;
	margin: 0 0 0 -255px;
	position: absolute;
	top: 34px;
	height: 84px;
	width: 510px;
	left: 50%;
}
#redship {
        background:url('/template/redship.png') no-repeat;
        position: absolute;
        width: 101px;
        height: 104px;
        top:18px;
        left: 50%;
        margin-left: 300px;
}
#greenship {
        background:url('/template/greenship.png') no-repeat;
        position: absolute;
        width: 100px;
        height: 104px;
        top:150px;
        left: 50%;
        margin-left: -480px;
}
#purpleship {
        background:url('/template/purpleship.png') no-repeat;
        position: absolute;
        width: 104px;
        height: 102px;
        top:-50px;
        left: 50%;
        margin-left: -420px;
}
#brownship {
	background:url('/template/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;*/
}
/** 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;
}
#primarylink .active {		/* selected link */
	background:#7B0505;
}
#primarylink :hover {
	background:#9B0505; 
	color:white;
	border-color: #ddd;
}


div.simplebody {
    margin-left: auto;
    margin-right: auto;
    margin-top: 145px;
    width: 510px;     /* The same as our logo image */
}

p, li {
    color: white;
}

