/* CSS Document */

#FBHome {
	position: relative;
	margin: 0px;
	height: 400px;
	width: 824px;
	background-image: url(/Facebook/images/Tacoma_Large.png);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	padding: 0px;
	display: none;
	margion: -3px;
}
#FBHome #tbMsg {
	position: absolute;
	z-index: 3;
	left: 10px;
	top: 190px;
	text-align: right;
	width: 10px;
	display: none;
}#FBHome #HomeText {
	display: block;
	position: absolute;
	z-index: 4;
	left: 10px;
	top: 132px;
	display: none;
}
#FBHome #Links {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFF;
	height: 10px;
	width: 500px;
	padding: 0px;
	margin: 0px;
	letter-spacing: -0.1em;
	overflow: visible;
}
#FBHome #Links a,
#FBHome #Links a:active,
#FBHome #Links a:visited,
#FBHome #Links a:link {
	color: #FFF;
	text-decoration: none;
}
#FBHome #Links a:hover {
	text-decoration: underline;	
}