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


#fbFooter {
	height: 50px;
	background-color: #000000;
	background-repeat: repeat-x;
}

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

#back {
	margin-top: 2px;
	margin-left: 2px;
}

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

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


a.rollover {
	display: block;
	width: 36px;
	height: 40px;
	text-decoration: none;
	float:left;
	}
a.rollover:hover {
	background-position: 0px -40px;
	}
a.rollover:active {
	background-position: 0px -80px;
	}
a.zoom {
	background: url("../img/btnZoom.gif");
}
a.previous {
	background: url("../img/btnPrevious.gif");
}
a.next {
	background: url("../img/btnNext.gif");
}


.displace {
	position: absolute;
	left: -5000px;
	}
