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

html.light, body.light{
		color: #be2d30;
}


#fbFooter {
	height: 48px;
	background:  #000000 url(../img/footer-grad.png) 0 0 repeat-x;
}

.light #fbFooter {
	height: 48px;
	background:  #000000 url(../img/footer-grad.png) 0 -48px repeat-x;
}

.fbPaginationMinor {
	color: #fff;
	font-weight: normal;
}

#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;	
}

#fbMenu {
	position:absolute;
    right:10px;
    bottom: 0px;
}

#fbMenuCenter {
    position:absolute;
    left:50%;
    margin-left: -40px;
   	bottom: 0px;
}

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

.menu,
.menuCenter {
	display: inline-block;
	height: 48px;
	text-indent: -9999em;

	background: url(../img/footer-menu.png) no-repeat;
}

.menu:hover,
.menuCenter:hover {
	box-shadow: inset 0 0 5px 10px #333;
}

.light .menu:hover,
.light .menuCenter:hover {
	box-shadow: inset 0 0 5px 10px #ccc;
}


.fbBackButton {
	width: 45px;
	background-position: 0 0;
}

.fbBackButton:hover {
	background-position: 0 -48px;
}


.light .fbBackButton {
	background-position: 0 -96px;
}

.light .fbBackButton:hover {
	background-position: 0 -144px;
}




.fbZoomButton {
	width: 50px;
	background-position: -53px 0;
}
.fbZoomButton:hover {
	background-position: -53px -48px;
}


.light .fbZoomButton {
	background-position: -53px -96px;
}
.light .fbZoomButton:hover {
	background-position: -53px -144px;
}




.fbForwardButton {
	width: 45px;
	background-position: -112px 0;
}
.fbForwardButton:hover {
	background-position: -112px -48px;
}


.light .fbForwardButton {
	background-position: -112px -96px;
}
.light .fbForwardButton:hover {
	background-position: -112px -144px;
}




.fbPrintButton {
	width: 85px;
	background-position: -177px 0;
}
.fbPrintButton:hover {
	background-position: -177px -48px;
}


.light .fbPrintButton {
	background-position: -177px -96px;
}
.light .fbPrintButton:hover {
	background-position: -177px -144px;
}




.fbDownloadButton {
	width: 130px;
	background-position: -260px 0;
}

.fbDownloadButton:hover {
	background-position: -260px -48px;
}


.light .fbDownloadButton {
	background-position: -260px -96px;
}

.light .fbDownloadButton:hover {
	background-position: -260px -144px;
}

