body {
  font: 13px verdana, arial, san-serif;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #000; }

a {
  color: #000077;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  text-transform: lowercase;
  line-height: 1.5em; }

a:hover {
  color: #957862; }

img {
  border: 0; }

.wrap {
  top: 40px;
  margin: auto;
  text-align: left;
  width: 862px;
  height: 620px;
  padding: 32px 0;
  position: relative;
  overflow: hidden;
  background: #000;
  border: 3px #333 double; }

#page {
  position: absolute;
  left: 95px;
  top: 32px;
  width: 702px;
  height: 620px;
  background-image: url(/images/html/background.jpg); }

h1 {
  font-size: 24px;
  text-transform: lowercase; }

h2 {
  font-size: 13px;
  text-transform: uppercase; }

#left_pane {
  position: absolute;
  left: 35px;
  top: 174px;
  z-index: 54; }

#right_pane {
  position: absolute;
  left: 334px;
  top: 124px;
  width: 284px;
  z-index: 44; }

#top_doodle, #bottom_doodle {
  position: absolute;
  top: 0;
  left: 0; }

#top_doodle_image, #bottom_doodle_image {
  display: inline-block; }

#top_doodle {
  z-index: 24; }

#bottom_doodle {
  z-index: 20; }

#editor {
  position: absolute;
  left: 200px;
  top: 40px; }

  .editor a {
    line-height: 1.2em;
    margin-bottom: 8px;
    display: block; }

  .clip h1 {
    color: #AAA;
    text-align: center;
    font-size: 15px;
    text-transform: none;
    margin: 9px; }
  .clip h2 {
    font-size: 10px;
    font-weight: normal;
    color: #FFF;
    margin: 0 0 12px 0; }

#video {
  background-image: url(/images/html/video_shadow.png);
  width: 566px;
  height: 522px;
  position: absolute;
  left: 296px;
  top: 53px;
  z-index: 200; }
  #video #frame {
    position: absolute;
    left: 44px;
    top: 27px;
    width: 480px;
    height: 444px;
    border: 0; }

#close_button {
  position: absolute;
  left: 544px;
  top: 524px;
  z-index: 300; }

#contact_button, #back_button {
  z-index: 100;
  position: absolute;
  left: 314px;
  top: 515px; }

  #video_links .video_file {
    position: relative;
    z-index: 10; }
  #video_links .marker {
    z-index: -1;
    position: absolute;
    left: -34px;
    top: -8px; }

#play_reel {
  position: absolute;
  background-image: url(/images/doodles/play_reel.gif);
  width: 176px;
  height: 56px;
  left: -40px;
  top: -50px; }
  #play_reel a {
    position: absolute;
    top: 20px;
    left: 50px; }
  #play_reel a:hover {
    color: #0000CC; }
