body {
  background-color: #040413;
  background-image: url('https://web.archive.org/web/20130207174949im_/https://minecraft.net/images/bg_main.png');
  background-position: 0 0, 0 0, 10px 18px, 10px 18px, 0 0, 10px 18px;
  color: #e0d0c8;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

a:link {
  color: gold
}
a:visited {
  color: orange
}

.head {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  vertical-align: middle;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url('https://web.archive.org/web/20130307173108im_/https://minecraft.net/images/bg_top.png');
  color: white;
}

.head img{
  max-width: 128px;
}
  

.maindiv {
  width: 512px;
  height: auto;
  background-color: black;
  border:6px solid #ffffff;
  margin: 10px 0 0 0;
	padding: 0 0 0 8px;
}

.sidebar {
  float: left;
  background-color: black;
  height: 900px;
  width: 150px;
  position: fixed;
  border:4px solid #ffffff;
}

.rightbar {
  float: right;
  height: 600px;
  width: 150px;
  position: relative;
  border:6px solid #ffffff;
  background-color: blue;
}

.imageholder img{
  width: 512px;
  max-width: 100%;
}

.mainbody {
  width: 1024px;
  max-width: 100%;
  align-content: center;
}

.mainimg {
  position: absolute;
  top: 200px;
  right: 256px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 64px;
}

nav{
  z-index: 99;
  background-color: blue;
  position: absolute;
  padding: 10px;
  height: 100%;
  width: 120px;
}

.navlink{
  background-color: white;
  display: block;
  padding: 5px;
  margin: 8px 5px 8px;
}



aside {
    width:300px;
    margin-left:40px;
    float:left;
}

#mainstuff {
    padding-top:230px;
    background: transparent url(/newminer.png) no-repeat top center;
    text-align:center;
}

#mainstuff2 {
    padding-top:230px;
    background: transparent no-repeat top center;
    text-align:center;
}

#main {
    width:1000px;
    margin: 0 auto;
    margin-top:1em;
    position: relative;
    padding: 20px 0 40px;
}


section, aside {
    margin-bottom: 3em;
}
section.left {
    width:640px;
    float:left;
}

#twitterbutton {
    background-image: url('/twtbuttom.jpg' );
    background-size: 212px 44px;
    height: 212px;  
    width: 44px;
}