html, body {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

#fbHeader {
	background: #dfdad9 url('../img/headerBackground.jpg') top left repeat-x;
	height: 77px;
	width: 100%;
}

#fbFooter {
	background-color: #000000;
	background-image: url('../img/footerBackground.gif');
	background-repeat: repeat-x;
	height: 49px;
	width: 100%;
}

#fbFooterB {
	height: 49px;
	width: 100%;
	background-color: #000000;
	background-image: url('../img/bookBackground.jpg');
	background-repeat: repeat-x;
	
}

.fbPaginationMinor {
	color: #4e6605;
	margin-left: 10px;
}

#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;
	width: 40%;	
}

#fbMenu {
	float: right;
	margin-top: 9px;
	margin-right: 15px;
	width: 20%;	
}

#fbPartner {
	float: left;
	margin-top: 9px;
	
	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;
}