html, body {
  width:  100%;
  height: 100%;
  margin: 0px;
  background-color: #e2d4c4;
  font-size: 10px;
}

#contentContainer {
  position: relative;
  width: 800px;
  height: 800px;
  background: url('../img/kk_back.jpg');
  background-repeat: no-repeat;
  left: 50%;
  top: 0;
  margin-left: -400px;
  padding-bottom: 20px;
}

#kk-type {
  position: absolute;
  top: 390px;
  left: 220px;
}

#description {
  position: absolute;
  width: 450px;
  top: 465px;
  left: 180px;
  font-size: 2.4em;
  -moz-transform:rotate(1deg);
  -webkit-transform:rotate(1deg);
  -o-transform:rotate(1deg);
  -ms-transform:rotate(1deg);
  color: #6E665C;
  text-shadow:#fff 0px 1px 0, #111 0 -1px 0;
  text-align: justify;
  line-height: 30px;
}

#copyright {
  position: absolute;
  left: 150px;
  bottom: 70px;
  font-size: 1.2em;
  color: #6E665C;
  text-shadow:#fff 0px 1px 0, #ddd -1px 0;
}

