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

#fbFooter {
	height: 80px;
	background-color: #fff;
	background-repeat: repeat-x;
	border-top:3px solid #fff;
	position:relative;
}

.fbPaginationMinor {
	color: #fff;
	margin-left: 10px;
}

#site_name{ 
    position:absolute;
    right:30px;
    top:8px;
    color:#fff;
}

#fbContents {
    margin-left:auto;
    margin-right:auto;
    margin-top:17px;
    text-align:center;
    width:800px;
}

#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;
}
