@charset "utf-8";
/* CSS Document */

body 
	{
	color: #000000;
	background-color: white;
	margin: 0px;

	font-size:9px;
	}

#horizon        
	{
	background-color: transparent;
	text-decoration: none;
	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: transparent;
	margin-left: -300px;     /*half the image width */
	position: absolute;
	top: -104px;               /*half the image height */
	left: 50%;
	width: 600px;       /* image width */
	height: 208px;     /* image height */
	visibility: visible
	}