@font-face {
  font-family: 'Regular';
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/MuseoSans_500.otf);
}

@font-face {
  font-family: 'Bold';
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/MuseoSans_500.otf);
}

body {
  background-color: #000000;
  margin: 0;
}

#artwrapper {
  text-align: left;
  margin: 0 auto;
  width: 1992px;
}

#artwrapper header {
  padding: 0 5%;
}

a img {
  border: 0;
}

a:link {
  color: #1b93d1;
}
a:visited {
  color: #0b74aa;
}
a:hover {
  color: #35b4f6;
}
a:active {
  color: #35b4f6;
}

#myCanvas {
  background-color: #000000;
}

.whiteBorder {
  border: 1px solid white;
}
