body {
  box-sizing: border-box;
  background-color: black;
  background-image: url(../img/nerv.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

body, html { 
  overflow: hidden;
}

img {
  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

@font-face {
  font-family: 'pix M 8pt';
  src: url('../fonts/pixM8.woff2') format('woff2'),
    url('../fonts/pixM8.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

#footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #c0c0c0;
  height: 28px;
  padding-bottom: 3px;
}

#footer > img {
  margin-top: 2px;
}

.start-button {
  margin-left: 2px;
}

.taskbar-time {
  float: right;
  margin-right: 2px;
}

.instrumentality-shortcut-img {
  background-image: url(../img/rei-icon.png);
  background-size: cover;
  height: 100px;
  width: 110px;
}

.rei-icon {
  max-width: 110px;
  max-height: 100px;
}

.instrumentality-shortcut {
  margin-top: 5%;
  margin-left: 5%;
  height: 120px;
  width: 110px;
}

.shortcut-text {
  font-family: 'pix M 8pt';
  color: white;
  font-size: 10px;
  text-align: center;
}

.window {
  position: absolute;
  left: 500px;
  top: 250px;
  padding-top: 0px;
  background-image: url("../img/instrumentality-wizard-1.png");
  background-repeat: no-repeat;
}
  
#windowheader {
  padding: 0px;
  cursor: move;
}