html {
  height:100%;
}

body{
	margin:0;
	padding:0;
	height:100%;
	background:url(../img/bg.jpg) repeat-x center top;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:11px;
}


#fbContainer{
	position:absolute;
	top:3px;
	z-index:60;
}

select{
	background:#63676e;
	border:2px solid #63676e;
	color:#FFF;
	font-size:11px;
	 
}


#fbFooter {
	position:absolute;
	width:100%;
	height:45px;
	background:#042e49;
	z-index:6000;
	bottom:0;
}

.fbPaginationMinor {
	color: #FFF;
	margin-left: 10px;
}

#fbContents {
	margin-top: 12px;
}

#fbMenu {
	float:left;
	margin-top: 9px;
	margin-right: 15px;
	z-index:300;
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	color:#FFF;
	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: #FFF;
}

a.altlink:hover{
	color: #FFF;
}