html, body {
  height:100%; 
}

body {
    background-color: white;
    font: 70% Verdana, Tahoma, Helvetica, sans-serif;
    margin: 0;
    padding:0;
    overflow:hidden;
}

a{
  text-decoration: none;
  color: black;
}

img {
  border: none;
}

#website {
  height: 100%;
  position: absolute;
  z-index: 1;
}

#go-to-park {
  position: absolute;
  top:10px; left: 15px;
  z-index: 2;
}

#go-to-park a{
  color: white;
}

#contact {
  position: absolute;
  top: 10px; right:20px;
}


#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#content {
	margin-left: -150px;
	position: absolute;
	top: -43px;
	left: 50%;
	width: 300px;
	height: 87px;
	visibility: visible
}

#mail {
	margin-left: -138px;
	position: absolute;
	top: -40px;
	left: 50%;
	width: 275px;
	height: 15px;
	visibility: visible;
	letter-spacing: 3px;
}
