#container
{
	float: left;
	left: 0;
	top: 0;
	width: 100%;
	

}

#hat {
	float: left;
	left: 0;
	top: 0;
	background-color: #000;
	height:6px;
	width: 100%;
}

#fam {
	float: left;
	padding: 12px;
}

#contact{
	float: right;
	padding: 12px;
}



#logo {
	left: 40%;
	top: 40%;
	position: absolute;
	background: url(fam01.gif) no-repeat center center;
	width:180px;
	height: 69px;
	
}

body
{
	background-color: #ffffff;
	color: #000000;
	font-family: Monaco, "Lucida Console", monospace;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	word-spacing: 1px; 
	letter-spacing: 1px;
	margin:0px;
	padding: 0px;

	
}


a:link, a:visited 
{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}
a:hover, a:visited:hover  
{
	color: #000000;
	text-decoration: none;
	border-bottom-style: none;
}
