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

img {
	border:0!important;
} 

#fbHeader {
	float: left;
	width: 200px;
	height: 70px;
	margin-top: 0px;
	margin-left: 5px;
	background-color: #3F3431;
	z-index: 0;
	border: 0;
}

#fbTitle {
	position: absolute;
	width: 100px;
	height: 10px;
	left: 50%;
	margin-top: 21px;
	margin-left: -50px;
	margin-right: auto;
	text-align: center;
	vertial-align: middle;
	color: #bce1e8;
}

#fbFooter {
	height: 49px;
	background-color: #3F3431;
	background-image: url('../img/footerBackground2.gif');
	background-repeat: repeat-x;
}

.fbPaginationMinor {
	color: #bce1e8;
	margin-left: 0px;
}

#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;
	left: 198px;
	top: 162px;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}
