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


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

.fbPaginationMinor {
	color: #eac30c;
	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);
}
a.altlink:link {
	color: #FFFFFF;
}

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

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

#fbContentsMenu { background:url('../img/bg-select.gif') repeat-x top left; border:0px;}
/*#fbDownloadButton:hover { background:url(../img/btnDownload-hover.gif) no-repeat top left;}*/
#logo {width:206px; height: 80px; position:absolute; top:15px; left: 15px; background:url('../img/logo.gif') no-repeat top left; z-index:1001; }
a.download { color:#FFFFFF; text-decoration:none; padding:6px 0 6px 32px; background:url(../img/btnDownload-hover.gif) no-repeat 0 -10px; Zline-height:20px; }
a.download:hover { color:#eac30c; text-decoration:underline }