body {
  font-family: Helvetica, Arial, sans;
  background: #111111;
  color: #eeeeee;
  image-rendering: -moz-crisp-edges;
  position: relative; }

img {
  display: block; }

#speech {
  display: block;
  width: 150px;
  margin-left: -75px;
  text-align: center;
  color: #eeeeee;
  font-size: 14px;
  font-family: Helvetica, Arial, sans;
  font-weight: 700;
  position: absolute;
  text-shadow: 1px 1px 0 black, 0 0 1px black; }

.info {
  width: 600px;
  font-size: 10px; }

#player {
  display: block;
  width: 250px;
  position: fixed;
  bottom: 10px;
  right: 10px; }
