html, body{
        padding: 0px;
        margin: 0px;
		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;
	overflow:hidden;
}

.fbPaginationMinor {
	color: #fff;
	margin-right:10px;
}

#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;	
}

#fbMenu {
	float: right;
	margin-top: 9px;
	margin-right: 15px;
}

#fbMenu a{padding:0;margin:0;}

#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;
}

#show_left{
float:left;
width:100%;
}

#show_right{
float:right;
display:none;
width:10%;
overflow:hidden;
}

.help_text{ padding:20px; font-size:12px; font-weight:normal; color:#333; line-height:20px;}
.help_text .title{ width:100%; background:#000; color:#fff; font-weight:bold; height:40px; line-height:40px; text-align:center; margin-bottom:10px;}
.help_text p{ text-indent:1em;}
.help_text .title a{ display:block;width:10%;height:20px; position:fixed ; right:0px;bottom:0; line-height:20px; text-align:center; background:#ccc; color:#000;}