body {
  background-color: black;
  NOTfont-family:Verdana,sans-serif;
  color: white;
}

h1, h2, h3 {
  color: red;
}

#presents, #title, #subtitle, #content {
  width: 710px;
  margin: 20px auto 0;
}

#presents {
  text-align: center;
}

#title {
  color: red;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

#subtitle {
  text-align: center;
  font-size: 20px;
}

.right#video {
  float: right;
  margin: 5px;
  padding: 0px;
}

#video.center {
  
}

#video object{
  display: block;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
}


.gallery#content img {
  margin: 10px;
}


img.dvd_cover {
  float:left;
  border:1px solid #494737;
  margin-right:5px;
}

p.back {
  padding-top: 20px;
  clear:left;
}
