@font-face {
  font-family: "Playtime With Hot Toddies";
  src: url("/fonts/playtime.eot");
  src: local("Playtime With Hot Toddies Regular"), local("PlaytimeWithHotToddies"), url("/fonts/playtime.ttf") format("truetype");
}


body {
  background: url(/images/katawashoujo/bg.png);
  margin: 0;
  padding: 0;
  color: #474B4E;
  font-family: sans-serif;
}

h1 {
  background: url(/images/katawashoujo/header.png) no-repeat;
  min-height: 67px;
  padding: 38px 100px 0 20px;
  color: #7B8186;
  font-family: "Playtime With Hot Toddies", sans-serif;
}

h2 {
  color: #7B8186;
  font-size: 1.3em;
  background:transparent url(http://katawa-shoujo.com/blogres/underline.png) no-repeat scroll left bottom;
}

#root {
  background: url(/images/katawashoujo/body.png);
  width: 700px;
  margin: 0 auto;
}

#footer {
  background: url(/images/katawashoujo/footer.png);
  min-height: 44px;
}

#footer, #footerb {
  font-size: 75%;
}

p, h2, form {
  margin: .5em 50px .5em 10px;
}

a {
  color: #993333;
  text-decoration: none;
}

a:visited {
  color: #663333;
}

a:hover {
  color: #993333;
  text-decoration: underline;
}

#joinForm {
  line-height: 1.5;
}

