html, body{
        padding: 0;
        margin: 0;
		background: #ccc;
		font: 12px Arial, Helvetica, sans-serif;
		color: #fff;
		font-weight: bold;
}
#fbFooter {
	height: 90px;
	background: #000  url('../img/footerBackground.gif') repeat-x;
}
.fbPaginationMinor {
	color: #7e7e7e;	
}
#fbContents {
	float: left; 
	width: 500px;
	margin: 20px 0 0 15px;
	display:block;
}
#fbinstructions {
	margin: 0;
	padding: 10px 0;
	height: 16px;
	background: #999;
}
#fbinstructions p {
	text-align: center;
	margin: 0;
	padding: 0 0 0 40px;
}
#fbinstructions a {
	color: #9344b2;
}
#fbMenu {
	float: right;
	margin: 9px 15px 0 0;
}
#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: #fff;
}