#fbContainer {
  background-color:white;

}


#fbFooter {
	height: 49px;
    background-color:black;
     height:30px;
     overflow:hidden;
}
#fbCurrentPages {
  color:white;
}


.fbPaginationMinor {
	color: white;
    margin-left: 10px;

}

#fbContents {
	float: left;
    margin-top:5px;
	margin-left: 15px;
}

#fbMenu {
	float: right;
    margin-right:50px;
    margin-top:-3px;
}

#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;
}
