body {
    background-color : #3D3F55;
    font-size: 0px;
}
header {
    background-color : #592A50;
    height: 120px;
    position: fixed;
    width: 100%;
    top: 0;
    line-height: 120px;
    z-index: 200;
}

header .button-menu {
    vertical-align: top;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: bold;
    color: #E4C6E5;
    display: inline-block;
    width: 160px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-left:solid 1px #E4C6E5;
}
header .button-menu.lastone { border-right:solid 1px #E4C6E5; }
header .button-menu a:link { color: #E4C6E5; text-decoration: none;}
header .button-menu a:visited { color: #E4C6E5;  text-decoration: none;}
header .button-menu a:hover { color: #E4C6E5;  text-decoration: none;}
header .button-menu a:active { color: #E4C6E5;  text-decoration: none;}

header .button-menu.active {
    background-color : #E4C6E5;
    color: #592A50;
}
header .button-menu .active a:link { color: #592A50; text-decoration: none;}
header .button-menu .active a:visited { color: #592A50;  text-decoration: none;}
header .button-menu .active a:hover { color: #592A50;  text-decoration: none;}
header .button-menu .active a:active { color: #592A50;  text-decoration: none;}

p {
    font-size: 16px;
    color: #FFFFFF;
}

h2 {
    display: block;
    background-color : #592A50;
    padding-left: 24px;
    font-size: 30px;
    height: 42px;
    line-height: 42px;
    color: #E4C6E5;
}

h3 {
    display: block;
    font-size: 24px;
    color: #FFFFFF;
    border-bottom: #E4C6E5 1px solid;
}

h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 27px;
    vertical-align: middle;
    margin: 0;
}
section {
    margin-bottom: 92px;
}
article {
    padding-left: 32px;
    margin-bottom: 64px;
}
footer  {
    background-color : #000;
    height: 100%;
    width: 100%;
    position:relative;
    bottom: 0;
}
footer p {
    font-size: 16px;
    color: #FFFFFF;
    margin: 0;
}

main {
    padding-top: 120px; 
}

body .main-disp {
    width: 100%;
    height: 1200px;
    background-color: #000;
    position: relative;
}

.steam {
    display: inline-block;
    background-color: #000;
    width: 301px;
    height: 96px;
}
.steam img {
    padding: 4px;
    width: 293px;
    height: 88px;
}

.gage-icon {
  background-size: 27px 216px !important;
  background: url(gage_icon.png);
  display: inline-block;
  height: 27px;
  width: 27px;
  vertical-align: middle;
}
.gage1 {
  background-position: 0px -27px;
}
.gage2 {
  background-position: 0px -54px;
}
.gage3 {
  background-position: 0px -81px;
}
.gage4 {
  background-position: 0px -108px;
}
.gage5 {
  background-position: 0px -135px;
}
.gage6 {
  background-position: 0px -162px;
}
.gage7 {
  background-position: 0px -189px;
}
