* {
  font-family: "yu gothic";
}
html,
body {
  height: 100%;
  color: #000000;
  background-color: #ffffff;
}
.content {
  padding-left: 40px;
}
.nav {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 28px;
  vertical-align: bottom;
  height: 97px;
  position: relative;
  margin-left: 20px;
  padding-top: 20px;
}
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 0px;
}
nav li {
  float: left;
  margin: 0 20px 0 0;
  vertical-align: bottom;
  height: 97px;
}
.nav a {
  vertical-align: bottom;
}
.nav-item:link,
.nav-item:visited {
  color: #000000;
}
.current-nav-item,
.nav-item:hover {
  position: relative;
  top: 50%;
  padding: 4px 7px;
  text-decoration: none;
  color: #ffffff;
  background-color: #222222;
  border-radius: 2px;
}
.nav-item {
  position: relative;
  top: 50%;
  padding: 4px 7px;
  text-decoration: none;
}
.logo-container {
  padding-right: 30px;
}
.logo {
  font-size: 40px;
  line-height: 100%;
}
.logo-pushit {
  letter-spacing: -2px;
}
.logo-along {
  letter-spacing: 3px;
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container {
  position: relative;
  bottom: 0;
  margin: 0 auto;
  min-width: 581px;
  max-width: 1000px;
  background-color: #ffffff;
  height: 100%;
}
body {
  margin: 0;
  padding: 1px;
  height: 100%;
}
#background {
  overflow: hidden;
  width: 110%;
  color: grey;
}
#background-wrapper {
  overflow: hidden;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  margin: 0;
  padding: 0;
  line-height: 100%;
  display: inline-block;
}
