html, body{
        padding: 0px;
        margin: 0px;
		background-color: #82ab08;
		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: #4e6605;
	margin-left: 10px;
}

#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px; 
	
}

#fbMenu {
	float: right;
	margin-top: 9px;
	margin-right: 15px;
	margin-bottom:2px;
}

#copy {
	float: right;
	margin-top: 9px;
	margin-right: 15px;
	margin-bottom:2px;
	line-height:40px;
	color:#F00;
	
}
#copy a{ color:#FFF;}
#copy a:hover{color:#F00;}

#fbMenu a{color:#CCC;}
#fbMenu a:hover{color:#F00;}

#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;
}



#lyrc {
	position:absolute;
	height:50px;
	z-index:1;
	text-align:center;
	margin-top:15px;
	left: 458px; margin-left:100px;
}
#lyrc a{ color:#CCC; text-decoration:underline;}
#lyrc a:hover{ color:#F00;}

.footer {
	height: 49px;
	background-color: #000000;
	background-image: url('../img/footerBackground.gif');
	background-repeat: repeat-x;
	text-align:center; float:left;
}
