html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
  font-size: 100.01%;
  background: #fff;
}


/******************************************************************************/
.wrapper {
  padding: 2em 5em;
}

#teaser {
  background: #000;
  color: #fff;
  padding: 2em 5em;
}

#player {
  float: right;
  padding: 2em 0;
  margin: 2em 0 0 1em;
}

#footer {
  background: #000;
  color: #888;
  padding: 1em 5em;
}
#footer a:hover, #footer a:focus { background: #000; }


/******************************************************************************/
h1 { 
  font-family: Georgia, Times New Roman, serif;
  font-size: 3em;
  margin: 1em 0 0.5em 0;
}

h2 {
  font-family: Georgia, Times New Roman, serif;
  font-size: 2em;
  color: #555555;
  margin: 2em 0 0.2em;
}

a:link, a:visited {
  color: #fff;
  text-decoration: none;
  background: #000;
  padding: 0 0.2em;
}

a:hover, a:active, a:focus {
  color: #000;
  text-decoration: none;
  background: #fff;
}

a img, img, .noborder {
  border: none !important;
  background: #fff !important;
} 

p {
  font-size: 0.8em;
  margin: 0 0 2em 2em;
  line-height: 2em;
}
