#fblogo, #fbnavbar {
	margin: 0px auto;
}
#fblogo {
	width: 850px;
	height: 125px;
	text-align: center;
	background-image: url(fbheaderbg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top: 10px;
}
#fblogo a {
	display: block;
	width: 257px;
	height: 100px;
	background-image: url(http://www.freakbase.net/fbtheme/logo.png);
	margin: 0px auto;
}
#fblogo img {
	border: 0;
}

#fbnavbar{
	padding: 0;
	margin-bottom: 5px;
	width: 842px;
	list-style-type: none;
	text-align: center;
	border: 1px solid white;
	border-width: 1px 0px;
}
#fbnavbar li {
	display: inline; 
}
#fbnavbar li:first-child  a{
	border-left: 1px solid white;
}
#fbnavbar li a {
	padding: 5px 10px;
	border-right: 1px solid white;
	text-decoration: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
}
#fbnavbar li a:hover {
	background-color: #F26522;
}