html, body{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../images/BGBG_desk.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #2E1B0B;
}
#centerme {
	width: 250px;
	position: relative;
}

#fbFooter {
	height: 60px;
	position: relative;
}

.fbPaginationMinor {
	color: #692D09;
	margin-left: 10px;
}

#altmsg {
	position: absolute;
	background-color:#692D09;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
	left: 37px;
	top: 156px;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

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

a.altlink:hover{
	color: #FFFFFF;
}
.white {
	color: #F5C164;
}
#chathere {
	position: absolute;
	margin-top: 75px;
	z-index: 999;
	overflow: visible;
	float: right;
	padding-right: 20px;
}
#fbContainer {
	clear: both;
}