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


#fbFooter {

}
#logo	{
	width:80px;
	height:50px;
	background:url(../images/logo.jpg);
	display:block;
	text-indent:-99999px;
	float:left;
}
#header	{
	width:100%;
	height:50px;
}
.fbPaginationMinor {
	color: #363639;
	margin-left: 10px;
}
#flashHolder	{

}
#link	{
color:#FFFFFF;
display:inline;
float:left;
font-weight:bold;
margin:17px 0 0 152px;
text-decoration:none;
position:absolute;
left:176px;
}
#mainHolder{
		width:777px;
	height:550px;
	margin:auto;
	position:relative;
}
#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;	
}

#fbMenu {
	float: right;
	margin-top: 9px;

}

#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;
}
