#main
{
  background-attachment: fixed;
  background-color: #87081f;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  font-family: Inconsolata, serif;
  font-size: 18px;
}

#main:lang(ja)
{
  font-family: serif;
}

#page-header,
#page-main,
#page-footer
{
  margin: 2em auto;
  padding: 1.5em;
  width: 50em;
  max-width: 80%;
  background-color: #D0F0D0;
  background-color: rgba(220, 255, 220, 0.75);
  color: #C22047;
  text-shadow: 0 0 8px #F8B862;
}

#main hr
{
  margin: 1em 2em;
  border: none;
  border-bottom: 3pt dotted #E54848;
}

#main a
{
  color: #084A20;
  text-decoration: underline;
}

#main a:visited
{
  color: #4B185F;
  text-decoration: underline;
}

#main a:hover
{
  color: #8C0000;
  text-decoration: none;
  text-shadow: 0 0 6pt #F00;
}

#main input
{
  border: 1px solid #400;
  background: #FEE;
  color: #040;
  padding: 0.25em 0.5em;
  font: inherit;
}
