html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: black;
  font-family: 'Crimson Text', serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  color: #000;
  overflow-x: hidden
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}
  
a:hover, a:active, a:focus {
  color: #fff;
}

#hintergrund {
  z-index: 1;
  height: 100%;
  width: auto;
  position: fixed;
  top: 0;
  right: 0;
}

#text {
  height: 100%;
  width: 450px;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 10;
  background: url(gfx/bg.png);
  text-align: center;
}

#liner {
  height: 2px;
  width: 160px;
  position: absolute;
  background-color: #1d1d1d;
  z-index: 20;
  margin-top: 60px;
  margin-left: 330px;
  padding:0;
  }
  
#linel {
  height: 2px;
  width: 2000px;
  position: absolute;
  background-color: #1d1d1d;
  z-index: 20;
  margin-top: 60px;
  margin-left: -1880px;
  padding:0;
  }

h1 {
  font-size: 60px;
  font-weight: 400;
  font-style: normal;
  margin: 30px 0 0px 0;
  }

table {
 width:450px;
 margin: 50px 0 50px 0;
}
 
 td {
  text-align: center;
  vertical-align: bottom;
}

.ytframe {
	margin-top: -20px;
}