center{
  padding: 0 !important;
}

html{
  background-color: black;
  overflow: hidden;
}

body{
  background-image: url('/img/bg/biosbg.png');
  background-position: bottom;
  background-repeat: repeat-x;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: medium;
}

th{
  padding: 20px;
  width: 1ch;
  font-weight: normal;
  a, img{
    width: 100px;
    height: auto;
  }

  img{
    border: 3px black solid;
  }

  img:hover{
    border: 3px white solid;
  }
}

a:hover{
  cursor: url('/img/mouse/cursor_thing.png'), auto;
}