.content {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.contentbox {
  width: 100%;
  position: absolute;
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  border-color: #666;
  border-style: none solid none solid;
  border-width: 1px;
}

header {
  margin: 0 auto;
  width: 100%;
  height: 110px;
  background-color: #e2d0b8;
  border-bottom: 1px solid #333;
}

#logo {
  width: 225px;
  height: 80px;
  margin: 0 auto;
  padding: 15px 0;
}

nav {
  width: 400px;
  height: 20px;
  float: left;
  margin: 15px;
}

nav ul {
  margin-left: -30px;
  padding: 0;
  overflow: hidden;
}

nav ul li {
  float: left;
  padding: 0 20px;
  font-family: "Anton", sans-serif;
}

nav ul li a:hover {
  opacity: 0.7;
}

header #iconimg {
  position: absolute;
  right: 0;
  float: left;
  width: 100px;
  margin: 15px 0;
}

header #iconimg img:first-child {
  width: 35px;
  height: 35px;
}

header #iconimg img:last-child {
  width: 35px;
  height: 30px;
  margin-right: 12px;
}

header #iconimg img:hover {
  opacity: 0.7;
}

footer {
  margin: 0 auto;
  width: 100%;
  height: 570px;
  background-color: #e2d0b8;
  border-top: 1px solid #333;
}

footer #free p {
  position: absolute;
  top: 130px;
  font-size: 30px;
  font-family: "Fjalla One", sans-serif;
}

footer #linetext {
  position: absolute;
  width: 100%;
  border-style: solid none solid none;
  border-color: #333;
  margin: 200px 0 0 0px;
  padding: 10px;
}

footer #linetext p {
  float: left;
  margin: 0 90px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
}

footer #linetext p:hover {
  cursor: zoom-in;
  transform: scale(1.1);
}

footer #linetext p:first-child {
  margin-left: 150px;
}

footer #explain p {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  padding-bottom: 60px;
  line-height: 30px;
  font-size: 13px;
  font-family: "Ysabeau SC", sans-serif;
}
