* {
	padding: 0;
	margin: 0;
}

html {
	overflow:			hidden;
}

body {
	overflow:			visible;
	padding: 			0px;
	margin: 			0px;
	border:				0;
	background-color: 	#51330b;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color: 				#FFFFFF;
	font-weight: 		bold;
	min-height:			700px;
}

object {
	margin:				0;
	padding:			0;
	border:				0;
	outline:			none;
}

#fbFooter {
	height: 			58px;
	width:				100%;
	background-color: 	#000000;
	background-image: 	url('../img/footerBackground.gif');
	background-repeat: 	repeat-x;
	position:			absolute;
	bottom:				0;
/*	*/
}

#fbFooterCenter {
	width:		944px;
	margin:		0 auto;
	padding:	0;
	position:	relative;
}

#fbLogo {
	float:			left;
}

#fbContents {
	position: 		absolute;
	left:			50%;
	top: 			22px;
	margin:			0 0 0 -175px;
	padding:		0;
	height:			36px;
	width:			300px;
}

#fbPagination {
	background-image:	url('../img/paginationBackground.gif');
	background-repeat: 	no-repeat;
	padding:			4px 0 0 0;
	margin:				0;
	width:				110px;
	height:				28px;
	display:			block;
	float:				left;
	text-align:			center;
}

#fbPagination span {
	color:				#e7b26b;
}

#fbPagination #fbTotalPages {
	color: 				#FFF;
}


#fbContentsMenu {
	float:			right;
}

#fbMenu {
	float: 			right;
	margin: 		0;
	padding:		0;
	height:			58px;
}

#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;
}