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

#fbFooter {
	position: relative;
	height: 50px; /* 82+10*/
	background: transparent url('../img/flip_background.png') repeat-x 0 0;
	background-position:top center;
}

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

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

#fbMenu {
	position: absolute;
	top: 0;
	float:right;
}

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


