#video-player {
  height: 400px;
}

#comments {
  float: right;
}

#latest-videos {
  background: url(../img/latest_videos_bg.jpg) no-repeat;
  width: 490px;
  height: 145px;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 0;
}
  #latest-videos h3 {
    color: #9a0000;
    margin-bottom: 3px;
    font-size: 1em;
  }
  #latest-videos ul {

  }
    #latest-videos ul li {
      float: left;
      width: 120px;
      text-align: center;
    }
      #latest-videos ul li p {
        font-size: 0.9em;
      }
