html, body{
        padding: 0px;
        margin: 0px;
		background-color: #a9844f;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
overflow:hidden;
}


#fbFooter {
	height: 49px;
	background-color: #000000;
	background-image: url('../img/footerBackground.gif');
	background-repeat: repeat-x;
}

.fbPaginationMinor {
	color: #3b2e28;
	margin-left: 10px;
}

#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;	
}

#fbMenu {
	float: right;
	margin-right: 15px;
	margin-bottom: 0px;
}

#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;
}
::-webkit-scrollbar {width: 6px; height: 6px;}
::-webkit-scrollbar-track-piece {background-color: #FFFFFF; repeat scroll 0 0 transparent;}  
::-webkit-scrollbar-thumb:vertical {height: 5px;background-color: #FFFFFF; }
::-webkit-scrollbar-thumb:horizontal {width: 5px;background-color: #FFFFFF;}