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

#fbFooter {
	position: relative;
	height: 47px; /* 82+10*/
	background: transparent url('../img/footerBackground.gif') repeat-x 0 0;
}

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

#fbContents {
	position: absolute;
	top: 17px;
	left: 50%;
	margin-left: -435px;
}

#fbMenu {
	position: absolute;
	top: 9px;
	right: 50%;
	margin-right: -435px;
}

#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;
}
#logo-jerrys {
	position: absolute;
	top: 11px;
	left: 50%;
	margin-left: -158px;
}
#logo-jerrys a {
	display: block;
	width: 315px;
	height: 35px;
	text-indent: -9999px;
	background: transparent url("../img/btn-home.gif") no-repeat;
	z-index: 999;
}
#logo-jerrys a:hover {
	background-position: 0 -35px;
}

