
html, body {
	height: 100%;
}

body {
	overflow: hidden;
	margin: 0; padding: 0;
	background-color: white;
	background-image: url(../img/banan1.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

a#ligt {
  display: none;
  position: absolute;
  top: 27px; right: 25px;
  background: url(../img/lost_in_google_translation.png);
  width: 177px; height: 61px;
  overflow: hidden;
  text-indent: -999px;
}

a#ligt:hover {
  background-position: -177px 0;
}