body {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  color: #222;
}

#wrapper {
  width: 800px;
  margin: 0 auto;
  background-color: #f9f9f9;
}

#header, #menu, #content {
  border-bottom: 1px solid gray;
}

#menu {
  font-size: 1.2em;
  padding: 10px;
}

#content {
  font-size: 1.4em;
  padding: 1em;
}

#content a.player {
  display: block;
  width: 336px;
  height: 280px;
}

#content .leftvideo {
  float: left;
  width: 340px;
  height: 284px;
}

#content .rightvideo {
  float: right;
  width: 340px;
  height: 284px;
}

#footer {
  padding: 10px;
  text-align: center;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

