html, body{
	padding: 0px;
	margin: 0px;
	background-color: #DDDDDD;
	font-family: verdana, arial, helvetica, sans-serif;
}
body, select {
	font-size: 11px;
	color: #777;
}
.altlink { 
	color: #fff;
	}
#fbFooter {
	height: 49px;
	background-color: #DDDDDD;
	background-image: url('../img/footerBackground.gif');
	background-repeat: repeat-x;
}

.fbPaginationMinor {
	color: #7e7e7e;
	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-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}

