html, body{
       padding: 0px;
	margin: 0px;
	background-color: #41ad48;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height:10px;
		
}


#fbFooter   { 
	background-color: #fff;
	background-image: url(../img/footerBackground.gif);
	background-repeat: repeat-x;
	position:absolute;
	left:0;
	bottom:0;
	height:auto;
	width: 100%;}

.fbPaginationMinor  { color: #649c35; margin-left: 10px }
#fbLogo { color: #424542; margin-top: 10px; margin-left: 15px;  float: left; width:104px;}
#fbContents  { color: #424542; margin-top: 22px; margin-left: 15px; padding-bottom:10px; font-size:12px; float: left; width:56%; }
#fbContents img {behavior: url(js/iepngfix.htc);}
#fbMenu img {behavior: url(js/iepngfix.htc);}
#fbContents a{
	color: #424542;
	text-decoration: none;
}
#fbContents a:hover{
	color:#666;
	padding-bottom:2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #45b64a;
}

#fbMenu {
	float: right;
	margin-top: 9px;
	margin-right: 15px;
	width: 180px;
}
#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: #424542 }

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

a.altlink:hover { color: #649c35 }