body {
	margin: 4px auto;
	text-align: center;
  font-family: Verdana, Helvetica, sans-serif;
  color: #FFC300;
  font-weight: normal;
  font-size: 14pt;
  font-variant: normal;
	background-color: #000000;
}
a {
  color: #FFC300;
}
#horizon {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	width: 100%;
	margin-left: -50%;
	display: block;
	height: 1px;
	overflow: visible;
}
#gate {
  position: relative;
  top: -300px;
  height: 600px;
  overflow: visible;
	z-index:1;
	background: url(images/logo_screen.jpg) no-repeat center;
	cursor: pointer;
}
