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


#fbFooter {
	height: 30px;
	background-color: #000000;
	background-repeat: repeat-x;
}

.fbPaginationMinor {
	color: #000000;
	margin-left: 10px;
}
#fbArkLife {
  width: 100%;
  background: #000000;
  height: 20px;
  margin-top:15px;
  text-align: center;
}
#fbArkLife a { 
color: #ffffff; 
font-size: 14px; 
font-weight: bold; 
font-family: Trebuchet MS; 
text-decoration: none; 
display: block; 
}
#fbArkLife a:hover { 
color: #32cec4; 
font-size: 14px; 
font-weight: bold; 
font-family: Trebuchet MS; 
text-decoration: none; 
display: block; 
}

#fbContents {
	text-align:center;
	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;
}