html, body {
  margin: 0; border: 0; padding: 0;
  background: url("promo/bg.jpg") no-repeat fixed center top;
}
h1 {
    margin: 0;
}
/* Page layout */
#layout {
  margin: auto; border: 0; padding: 0;
  width: 950px;
}
#content {
  min-height: 500px;
}
#left {
  width: 550px;
}
#title {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
#desc {
  padding: 0;
  background-color: white;
  font-family: Arial,Helvetica,sans-serif;
}
#catch {
  text-align: center;
}
#cover {
  padding: 70px 0 70px 0;
}
#footer {
  text-align: center;
}

li.en {
  list-style-image: url("promo/flag-en.png");
}
li.de {
  list-style-image: url("promo/flag-de.png");
}

.topleft { background: url("promo/topleft.png") no-repeat left top; width: 25px; height: 25px; padding: 0; }
.topright { background: url("promo/topright.png") no-repeat right top; width: 25px; height: 25px; padding: 0; }
.bottomleft { background: url("promo/bottomleft.png") no-repeat left bottom; width: 25px; height: 25px; padding: 0; }
.bottomright { background: url("promo/bottomright.png") no-repeat right bottom; width: 25px; height: 25px; padding: 0; }
