html, 
body {
	padding: 						0px;
	margin: 						0px;
	background-color: 				#000;
	font-family: 					Arial, Helvetica, sans-serif;
	font-size: 						12px;
	color: 							#FFF;
	font-weight: bold;
}
#fbFooter {
	height: 						49px;
	background: 					url('../img/footerBackground.gif') repeat-x;
}
.fbPaginationMinor {
	color: 							#333;
	margin-left: 					10px;
}
#fbContents {
	float: 							left;
	margin-top: 					17px;
	margin-left: 					15px;	
}
#fbMenu {
	float: 							right;
	margin-top: 					9px;
	margin-right: 					15px;
}
#altmsg { 
	position: 						absolute;
	background:						#000;
	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: 							#FFF;
}
a.altlink:visited {
	color: 							#DDD;
}
a.altlink:hover{
	color: 							#DDD;
}