body, html {
  margin: 0;
  height: 100%;
  text-align: center;
  font-family: 'Oxygen Mono', monospace;
  color: #999;
}
h1 {
  text-transform: uppercase;
  letter-spacing: 1pt;
  font-size: 30pt;
  margin-bottom: 15px;
   
}
p {
  text-align: left;
  margin: 0;
  font-size: 10pt;
  font-weight: 900;
  width: 50%;
  display: none;
}
#table {
	display: table;
	width: 100%;
	height: 100%;

}

#centeralign {
	display: table-cell;
	vertical-align: middle;
}
  #bg {
            position: fixed;
            left: 0px;
            top: 0px;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            overflow: hidden;
            z-index: -1;
    }