body {
  background: #333333;
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
  background-color: black;
  border: 0;
}

h1, h2, h3, h4 {
  color: #c6c6c6;
}

h1 a, h2 a, h3 a, h4 a {
  color: #c6c6c6;
}

hr {
  border-top: 1px solid #606060;
}

code {
  background: #ff8080;
}

header {
  background: #606060 url(/images/picturematic_logo.png) no-repeat 100% 0;
  color: white;
  font-size: 1.4em;
}

header a {
  color: white;
}

header p {
  color: white;
  font-size: 0.8em;
  font-weight: normal;
}

nav, nav a {
  background-color: #800000;
  color: #99e5e5;
}

nav a:hover {
  color: #eafafa;
  background-color: #b30000;
}

footer {
  background-color: #606060;
  background-image: none;
  color: #e6e6e6;
}

footer a {
  border-bottom: 1px dashed #e6e6e6;
  color: #e6e6e6;
}

footer a:hover {
  border-bottom: 1px dashed white;
  color: white;
}

a {
  color: #e83131;
}

ul a {
  color: white;
  font-weight: normal;
}

#pano-canvas {
  width: 800px;
  height: 300px;
}