body {
    width:100%;
    height: 100%;
    background-color: #e1e1e1;
    opacity: 1;
    background-image:  repeating-linear-gradient(45deg, #fcfcfc 25%, transparent 25%, transparent 75%, #fcfcfc 75%, #fcfcfc), repeating-linear-gradient(45deg, #fcfcfc 25%, #e1e1e1 25%, #e1e1e1 75%, #fcfcfc 75%, #fcfcfc);
    background-position: 0 0, 29px 29px;
    background-size: 58px 58px;
    overflow:hidden;
  }
.body {
    position: absolute;
    box-shadow: inset 0px 0px 90px white;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:4px groove white;
    overflow:auto;
}
.mainbody {
    width:700px;
    margin-left:auto;
    margin-right:auto;
    margin-top:70px;
    margin-bottom:auto;
    background-color:white;
    border:1px solid black
  }
.bodddy {
  width:80%;
  }
.nav {
  width:20%;
background-image: linear-gradient(45deg, #1f1f1f 25%, #292929 25%, #292929 50%, #1f1f1f 50%, #1f1f1f 75%, #292929 75%, #292929 100%);
background-size: 56.57px 56.57px;
    box-shadow: inset 0px 0px 3px grey;
    border:1px solid black;
    outline:1px solid grey;
    height:600px;
  }
ul {
  margin:13px;
  padding:10px;
  list-style-type:none;
  background-color:#0a0a0a;
  background-image:url("/data/assets/grounds/dark-fish-skin.png");
  border-radius:10px;
  border:1px solid black;
    box-shadow: inset 0px 0px 3px black;
    height:535px
  }
ul h1 {
  font-size:14px;
  font-family:;
  color:white;
  text-shadow:0px 1px black, 1px 0px black, -1px 0px black, 0px -1px black;
  background-color:grey;
  border-radius:5px;
  text-align:center;
/*
* Created with https://www.css-gradient.com
* Gradient link: https://www.css-gradient.com/?c1=181818&c2=858585&gt=l&gd=dtt
*/
background: #181818;
background: linear-gradient(0deg, #575757 0%, #858585 70%);
border:1px solid grey
  }
ul li {
  color:white;
  background-color:black;
  margin-top:2px;
  margin-bottom:2px;
  border-radius:10px;
  }
li a {
  color:white
  }
  .statusholder {
    background-image: url("/data/assets/HQ/blob.png");
    background-size: 266px 266px;
    height: 266px;
    width: 266px;
    position: absolute;
    bottom: -710px;
    left: -300px;
    padding-left: 40px;
    padding-top: 20px;
    background-repeat: no-repeat
}
* {
  cursor:help
  }

::webkit-scrollbar {
  display:none
  }