.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html {
  height: 100%;
}
body {
	/* [disabled]height: 100%; */
	color: #eee;
	background: black;
	margin: 0;
	overflow-x: hidden;
}
a {
  font-weight: bold;
  text-decoration: none;
}
h1 {
  color: #BEC5D6;
  font-family: sans-serif;
  text-shadow: 2px 3px 3px #127E7A;
}
.wrap {
  width: 980px; /* fixed width, centered in viewport */
  left: -490px;
  margin-left: 50%;
  position: relative;
}
.wrap > h1 {
  font-size: 2.5em;
  text-align: center;
  padding-bottom: 3px;
}
#showcase {
  visibility: hidden;
}
#showcase img {
  cursor: pointer;
}
footer {
  display: block;
  position: relative;
}
