	body {
		color: white;
		background-color: #e0e0e0;
		margin: 0px;
		padding: 0px;
	}

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

	#content {
		margin-left: -380px;
		position: absolute;
		top: -254px;
		left: 50%;
		width: 760px;
		height: 507px;
		visibility: visible
	}
	
	#content p {
		font-family: Georgia, Helvetica, Verdana, Arial, sans-serif;
		color: #93d1d1;
	}
	
	#footer {
		font-size: 11px;
		font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
		text-align: center;
		color: #010101;
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 20px;
		visibility: visible;
		display: block
	}

	a:link, a:visited 
	{
		color: #ccc;
		text-decoration: underline;
	}

	a:hover 
	{
		text-decoration: none
	}