html, body{
        padding: 0px;
        margin: 0px;
		background-color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
}


#fbHeader {
	position: relative;
	width: 100%;
	height: 85px;
	top: 3px;
	background-color: #FFFFFF;
	background-image: url('../img/footerBackground.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	
}

.fbPaginationMinor {
	color: #000000;
	margin-left: 10px;
}

#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: auto;
	margin-right: auto;
}

#fbLogo {
	position: absolute;
	top: 8px;
	left: 24px;
}

#fbBanner {
	padding-top: 12px;
}

#fbMenu {
	position: absolute;
	top: 19px;
	right: 15px;
}

#fbError {
	position: relative;
	top: 200px;
	width: 100%;
	text-align: center;
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}
