html, body {
  background: #666666;
  padding: 0;
  margin: 0;
}

#content {
  position: relative;
  height: 578px;
  min-width: 700px;
  background: white url("sumire+kana.png") no-repeat;
}

#text {
  width: 315px;
  padding: 125px 0 0 375px;
  margin: 0;
}

#credit {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.6em;
  text-align: right;
  padding: 0.25em;
  margin: 0 0 0 2em;
  border-top: 1px solid black;
  border-bottom: 1px dashed black;
  border-left: 1px solid black;
  background: #666666;
}
