body {
  margin: 40px;
  letter-spacing: 1px;
  line-height: 150%;
  font-family: "MinecraftRegular", sans-serif;
  color: white;
  background-image: url("images/darkbg.png");
  background-color: #000000
}

h1 {
    font-family: "MinecraftRegular", sans-serif;
    font-size: 34px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

h2 {
    font-family: "MinecraftRegular", sans-serif;
    font-size: 22px;
    padding-top: 34px;
}

h3 {
    font-family: "MinecraftRegular", sans-serif;
    font-size: 16px;
    margin-bottom: -10px;
}

h4 {
    font-family: "MinecraftRegular", sans-serif;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}

h5 {
  margin: -40px;
  margin-top: 40px;
  letter-spacing: 1px;
  line-height: 150%;
  font-family: "MinecraftRegular", sans-serif;
  color: white;
  background-color: #f3f3f3
}

h6 {
  color: white;
}

h7 {
  margin: -40px;
}

.server-status {
  background-color: #3339;
  position: absolute;
  top: 61px;
  right: 10px;
  padding: 10px;
  width: 250px;
}

.stat-main {
    display: inline-block;
    color: #43d4ff;
    position: absolute;
    right: 0px;
}

#header-middle {
  height: 320px;
  background: url(images/gallery/4_b.jpg) center no-repeat;
  background-size: cover;
  margin: -40px;
  margin-bottom: 10px;
}

#header-forum {
  height: 200px;
  background: url(images/gallery/4_b.jpg) center no-repeat;
  background-size: cover;
  margin: -40px;
}

textarea { 
    resize: none; 
}

a:link {color: #96adda; text-decoration: none; }
a:active {color: #83a6de; text-decoration: none; }
a:visited {color: #96adda; text-decoration: none; }
a:hover {color: #1644ce; text-decoration: none; }

@font-face {
	font-family: 'MinecraftRegular';
    src: url('font/minecraft-webfont.eot');
    src: url('font/minecraft-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/minecraft-webfont.woff2') format('woff2'),
         url('font/minecraft-webfont.woff') format('woff'),
         url('font/minecraft-webfont.ttf') format('truetype'),
         url('font/minecraft-webfont.svg#minecraftregularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}