body {
	font: normal 20px/180% Tahoma,Arial,Helvetica,sans-serif;
  color: #d8d8d8;
	padding: 0;
  margin: 0;
}
a {
  color: #888888;
  text-decoration: underline;
  font-style: italic;
}
a:hover {
  color: #d8d8d8;
}
#textoben {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -210px;
  padding: 10px 10px 0 10px;
  background: #000000;
  background: rgba(0,0,0,0.4);
  width: 420px;
  text-align: center;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#textunten {
  position: absolute;
  bottom: 60px;
  right: 20px;
  padding 10px;
  background: #000000;
  background: rgba(0,0,0,0.4);
  width: 160px;
  text-align: center;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}