html, body{
        padding: 0px;
        margin: 0px;
		background:url(../../images/bg.jpg);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
}


#fbFooter {
	height: 49px;
	background-color: #5b3d20;
	background-image: url('../img/footerBackground.gif');
	background-repeat: repeat-x;
}

.fbPaginationMinor {
	color: #FFF;
	margin-left: 10px;
}

#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;
}
#dg{width:110px; top:0; right:0; background:#222; height:25px; position:absolute; z-index:99999; position:fixed !important; cursor:default}
.navs{background:url('../img/nav.png'); width:27px; height:75px; position:fixed; top:43%; z-index:999; line-height:65px; cursor:hand; text-indent:-1000px; overflow:hidden; display:block}
.navs.right{background-position:-150px 0; right:0}
.navs.right:hover{background-position: -150px bottom; right:0}
.navs.left:hover{background-position: 0 bottom}
.help{position:fixed; top:0; right:0; z-index:99; background:url('../img/help-icon.png') no-repeat; width:40px; height:40px; display:block; padding-top:40px; text-align:center; color:#fff; text-shadow:1px 1px 1px rgba(51,51,51,1); text-decoration:none}