body { background: #fafafa; }
.wrap {
  width: 800px;
  margin: 0 auto;
  font-family: sans-serif;
  font-size: 14px;
}
.wrap header { padding: 30px 0 60px; }
.wrap h1 {
  text-indent: -9999px;
  width: 328px;
  height: 60px;
  background: url(fontface.gif) no-repeat -2px 0;
}
.wrap .body {
  padding-left: 15px;
  line-height: 1.6;
}
.wrap .body h2 {
  margin-top: 15px;
  font-weight: bolder;
  font-size: 17px;
}
.wrap .body ul { margin-left: 5px; }
.wrap .body li { list-style-position: inside; }
.wrap .body .intro {
  float: left;
  width: 375px;
  padding-right: 10px;
  background: url(fontface.gif) no-repeat 384px 0;
}
.wrap .body .usage {
  float: right;
  width: 390px;
}
.wrap .body .usage .preview {
  padding: 5px;
  border: 1px solid;
  border-radius: 3px;
}
.wrap .body .usage pre {
  padding: 5px;
  border: 1px solid;
  border-radius: 3px;
}
.wrap .body .usage .preview {
  margin-bottom: 5px;
  border-color: #999999 #cccccc #eeeeee;
  background: #ffffff;
  line-height: 1;
}
.wrap .body .usage textarea {
  width: 100%;
  height: 65px;
  padding: 0;
  border: 0;
  font-size: 20px;
  line-height: 1.6;
  resize: none;
  overflow: auto;
}
.wrap .body .usage pre {
  border-color: #333333 #444444 #505050;
  color: #eeeeee;
  font-size: 12px;
  line-height: 1.2;
  background: #555555;
}
.wrap .body .usage code { font-family: NanumGothicCoding, monospace; }
.wrap footer {
  clear: right;
  height: 30px;
}
.wrap footer p {
  position: absolute;
  height: 57px;
  margin-top: -37px;
  padding-left: 32px;
  line-height: 87px;
  font-size: 12px;
  color: #666666;
  background: url(fontface.gif) no-repeat -2px -63px;
}
.wrap footer p a:link {
  text-decoration: none;
  font-weight: bolder;
  color: #000000;
}
.wrap footer p a:visited {
  text-decoration: none;
  font-weight: bolder;
  color: #000000;
}

