/*RESET*/
* {
  margin:            0;
}

* {
  padding:           0;
}

img {
  border:            none;
}

* {
  font-family:       monospace;
  font-size:         10pt;
  letter-spacing:    .02em;
}

a, p {
  color:             #000000;
}

a:link {
  text-decoration:   none;
}

a:visited {
  text-decoration:   none;
  color:             #000000;
}

a:hover {
  text-decoration:   underline;
  color:             #000000;
}

a:active {
  text-decoration:   none;
  color:             #000000;
}

.vid {
  height:            233px;
  width:             356px;
  margin-right:      auto;
  margin-left:       auto;
  position:          relative;
  top:               -40px;
}

.title {
  text-align:        center;
  margin-right:      auto;
  margin-left:       auto;
}

#footer {
  background:        url('../img/footer.png') bottom no-repeat;
  height:            68px;
  width:             418px;
  position:          fixed;
  bottom:            0;
  right:             0;
}

h2 {
  margin-bottom:     10px;
}

.prev {
  background-image:  url(../img/prev.jpg);
  background-repeat: no-repeat;
  height:            16px;
  width:             19px;
  float:             left;
  margin-top:        14px;
  margin-right: 20px;
  margin-left: 20px;
}

.next {
  background-image:  url(../img/next.jpg);
  background-repeat: no-repeat;
  height:            16px;
  width:             19px;
  float:             right;
  margin-top:        14px;
  margin-left: 14px;
  margin-right: 14px;
}