body, html
	{
	font-family: "Trebuchet MS", arial, helvetica, sans-serif, tahoma, verdana;
	font-size: 11px;
	scroll: no;
	background-color: #f7f4b9;
	}

#horizon
	{color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 99%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	border: 0px solid red;
	display: block
	}

#content
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent;
	background-repeat: no-repeat;
	z-index:2;
	margin-left: -400px;
	position: absolute;
	top: 10px;
	left: 50%;
	width: 800px;
	height: 481px;
	border: 0px solid #695942;
	visibility: visible
	}

a:link
	{
	color: #BA9C98;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0px;
	}

a:visited
	{
	color: #BA9C98;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0px;
	}

a:active
	{
	color: #BA9C98;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0px;
	}

a:hover
	{
	color: #600;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0px;
	}
