body {
  color: #DCDCDC;
  background-color: #121212;
  background-position: center;
  font-size: x-large;
  padding: 0;
  margin: 0;
}
h1 {
  font-size: xx-large;
  font-weight: bolder;
  font-variant: small-caps;
}
div#wrapper {
  margin: 0;
  width: 800px;
  padding: 2em;
  padding-left: 200px;
  min-height: 100%;
  background-repeat: repeat-y;
  background-position: -400px 0px;
  background-image: url('gf/horizontal_gradback.png');
}
div.dark {
  color: black;
}
img#thumbnail {
  position: absolute;
  left: 5px;
  top: 100px;
  width: 150px;
}
img#platform {
  position: absolute;
  width: 300px;
  left: -150px;
  top: 100px;
}

div.specification{
  border: 1px solid black;
  max-width: 50px;
  max-height: 70px;
  width: 50px;
  height: 70px;
}
div.specification div{
  border: 1px solid white;
  background-color: black;
  color: white;
  padding: 2px 4px;
  text-align: center;
}
div.specification div small {
  display: block;
  height: 10px;
  font-size: 12px;
  font-weight: bolder;
  font-variant: small-caps;
  line-height: 6px;
}
div.specification div strong {
  overflow:hidden;
  display:block;
  height: 44px;
  font-size: 60px;
  font-weight: bolder;
  font-variant: small-caps;
  line-height: 34px;
  background-color: white;
  color: black;
}
img.content-rating {
  width: 50px;
}
p.teaser {
  color: #808080;
  font-size: x-large;
  font-style: italic;
}
p.synopsis,
ul#perspectives,
ul#genres {
  font-size: medium;
}
ul#perspectives,
ul#genres {
  display: block;
  float: left;
  width: 250px;
}
ul#perspectives {
  float: right;
  clear: right;
}
