/*Stylesheet*/

body,
html {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #ccc;
  background-color: black;
  overflow: hidden;
}

body {
}

p {
  margin: 10px 0;
}

a:link,
a:visited {
  color: #e7841d;
  font-weight: bold;
}
a:hover {
}

#header {
  padding: 20px;
  background-color: #222;
}
#header h1 {
  font-weight: normal;
  font-size: 24px;
  margin: 0;
  padding: 0;
}

#header p {
  margin: 0;
  padding: 0;

  font-size: 14px;
  color: #777;
}

#header:after {
  content: "";
  position: absolute;
}

.content {
  width: 980px;
  height: 420px;
  padding: 10px;

  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -210px;
  margin-left: -490px;

  color: #777;

  border: 1px solid #555;
  background-color: #ccc;
}

#loader {
  display: none;
}
.loader {
  width: 100%;
  height: 50px;
  position: absolute;
  text-align: center;
  margin-top: 250px;
  background: url("loader.gif") no-repeat;
  background-position: 50% 50%;
  display: block !important;
}

#error {
  display: none;
  width: 960px;
  text-align: left;
  padding: 10px;
}

canvas {
  image-rendering: optimizeSpeed; /* Older versions of FF          */
  image-rendering: -moz-crisp-edges; /* FF 6.0+                       */
  image-rendering: -webkit-optimize-contrast; /* Safari                        */
  image-rendering: -o-crisp-edges; /* OS X & Windows Opera (12.02+) */
  image-rendering: pixelated; /* Awesome future-browsers       */
  -ms-interpolation-mode: nearest-neighbor; /* IE                            */
}
