#fonzLog {
	height: 255px;
	width: 488px;
}
#fonzSoon {
	height: 177px;
	width: 292px;
}

body 
	{
	color: black;
	background-color: #fff;
	margin: 0px
	}

#horizon        
	{
	color: white;
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #f00;
	margin-left: -175px;
	position: absolute;
	top: -75px;
	left: 50%;
	width: 250px;
	height: 70px;
	visibility: visible
	}

