* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
}

body {
  background: #fff9e0 url('/theme/img/bg-grad.png') repeat-x;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  color: #444;
  text-shadow: #fff 0 1px 0;
}

hr {
  margin: 4em 0;
  height: 2px;
  background-color: #e7d9a5;
  border: 0px none;
  border-bottom: 1px solid #fff;
}

/* Link Styles */
a, a:link, a:visited {
  color: #e7d9a5;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

#wrap {
  margin: 0 auto;
  width: 960px;
}

div.text {
  text-align: center;
  font-size: 1.1em;
  color: #e7d9a5;
}

#logo, #writing, #note {
  margin: 0 auto;
  text-align: center;
}

/* Logo */
#logo {
  margin-top: 120px;
}

#logo, #logo h1, #logo a {
  display: block;
  width: 134px;
  height: 162px;
}

#logo h1 {
  text-indent: -9999em;
}

#logo a {
  background: url('/theme/img/logo-historama.png');
}

/* Writing */
#writing {
  margin-top: 22px;
}

#writing, #writing h2, #writing a {
  display: block;
  width: 289px;
  height: 89px;
}

#writing h2 {
  text-indent: -9999em;
}

#writing a {
  background: url('/theme/img/writing-historama.png');
}

/* note */
#note {
  margin-top: 48px;
}

#note, #note p, #note span {
  display: block;
  width: 109px;
  height: 16px;
}

#note p {
  text-indent: -9999em;
}

#note span {
  background: url('/theme/img/coming-soon.png');
}

/* Tweaks */
*:focus {
  outline: none;
}
