html, body{
        padding: 0px;
        margin: 0px;
		background-color:#000000;
		background-image: url("img/bookBackground3.jpg");
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #FFFFFF;
		}
		
a:link {color: #bfbfbf; text-decoration: none;}
a:visited {color: #bfbfbf; text-decoration: none; }
a:hover {color: #ffffff; text-decoration: none;}
a:active {color: #ffffff; text-decoration: none; } 
		
		
 


#fbFooter {
    z-index:1;
	height: 48px;
	background-color: #000000;
	margin-top: 5px;
}

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

#fbContents {
	float: left;
	
		
}

#fbMenu {
	float: right;
}

#fbNav {
	float: none;
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=50);
	text-align:center;
}

#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#Footermsg {
    z-index:10;
    text-decoration: none;
    opacity: 0.6;
	filter: alpha(opacity=70);
	text-align:left;
	font-size: 14px;
}
#Footermsg:hover { 
	
}	


a.altlink:link {
	color: #c2c2c2;
}

a.altlink:visited {
	color: #c2c2c2;
}

a.altlink:hover{
	color: #ffffff;
}

