#fbContainer {
	display: block;
	height: 430px;
	width: 730px;
	margin: 20px 0 0 0;
}

#fbFooter {
	display: block;
	width: 730px;
	height: 49px;
	margin: 24px 0 0 0;
	background-color: #000000;
}

#fbContents {
	float: left;
	width: 100px;
	margin-top: 17px;
	margin-left: 15px;
	font-family: Myraid Pro, Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size: 13px;
	color: #cecdcd;
	text-transform: uppercase;
}

#fbMenu {
	float: right;
	margin-top: 6px;
	margin-right: 15px;
}

#altmsg { 
	position: absolute;
	background-color: #000000;
	padding: 0;
	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;
}