html,body {height:100%; padding:0;margin:0;background-color:black; min-width:1334px;}
header{display: inline-block; position: relative; z-index: 2; width:100%;}
.head {
  width: 100%;
  min-width: 1334px;
  display: inline-block;
  height: 100px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #2F2F2F;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(48, 3, 3);
  color: rgb(196, 171, 125);
}
.head .content{display:inline-block;}
.content a {display:inline-block; left: 5px;position: relative; top: 6px;}
.nav{display:inline-block; position:relative; left:16px;}
.name{font-size:60px; position: relative; left:-9px; top: 5px; margin: 0px;}
.menu{display:block; position: relative; bottom: -3px;}
.button{border-style: solid; border-width: 1px; border-color: black; display: inline-block; border-bottom: 0px; border-top-right-radius: 5px; border-top-left-radius: 5px; width:100px; background-color:rgb(46, 46, 46); color:rgb(215, 215, 215); text-align: center;}
a:hover .button{color:rgb(255, 255, 255);}
.gog{position:relative; right:24px; top:18px; width: 468px; display: inline-block; float:right;}
.maincontent{
height:88%;
height: -moz-calc(100% - 105px);
height: -webkit-calc(100% - 105px);
height: calc(100% - 105px);
}