body {
	background-color: black;
	color: white;
	font-family:                    Verdana,sans-serif;
	font-style:                     normal;
	font-weight:                    normal;
	font-size:                      10pt;
	}



a:link, a:hover, a:active, a:visited {
	border: none;
	text-decoration: none;
	color: green;
	}



a:focus { -moz-outline-style: none; }

#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}



#panel {
	position: absolute;
	top: -260px;
	margin-left: -458px;
	left: 50%;
	width: 916px;
	height: 520px;
	border: 1px grey solid;
	}


#left,#right {
	width: 438px;
	height: 500px;
	margin: 10px;
	}

#right {
	float: right;
	}

#left {
	}

img {
	border: none;	
	}
