html {
  margin: 0;
  padding: 0;
  }
body {
  margin: 0;
  padding: 0;
  background-color: #000000;
  font-size: 0.9em;
  font-family: Verdana, Geneva, Arial, Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "MS Gothic", "PMT Futo Gothic", Sans-serif;
  }
a {
  text-decoration: none;
  }
a:hover {
  text-decoration: underline overline;
  }
div#menubar {
  position: relative;
  top: -10px;
  color: #ffffff;
  z-index: 1;
  font-size: 0.8em;
  font-weight: bold;
  width: 100%;
  }
div#menu {
  background: #666666 url(/themes/blackandwhite/images/bar_cap-top.jpg) no-repeat;
  margin-left: 12em;
  padding-left: 3em;
  white-space: nowrap;
  }
div#menu a {
  text-decoration: none;
  color: #ffffff;
  padding-left: 1em;
  padding-right: 1em;
  }
div#menu a:hover {
  color: #000000;
  }
div#header {
  background: #000000 url(/themes/blackandwhite/images/logo.jpg) no-repeat 3em 10px;
  height: 100px;
  }
div#header h1 {
  color: #ffffff;
  font-size: 3em;
  text-align: center;
  margin: 0;
  padding-top: 0.4em;
  white-space: nowrap;
  }
div#contentContainer {
  background-color: #ffffff;
  position: absolute;
  top: 100px;
  width: 100%;
  }
div#content {
  margin: 2em;
  padding-bottom: 4em;
  }
div#footer {
  position: absolute;
  clear: both;
  bottom: -100px;
  background-color: #000000;
  color: #ffffff;
  height: 100px;
  width: 100%;
  margin-top: 4em;
  }
div#copyrightbar {
  clear: both;
  position: relative;
  left: 0px;
  top: -10px;
  height: 20px;
  background: #000000 url(/themes/blackandwhite/images/background-white_on_black.jpg) repeat-x;
  }
div#copyright {
  background: #666666 url(/themes/blackandwhite/images/bar_cap-bottom.jpg) no-repeat right;
  padding-left: 2em;
  margin-right: 12em;
  color: #ffffff;
  font-weight: bold;
  white-space: nowrap;
  z-index: 1;
  height: 20px;
  }
div#copyright a {
  color: #000000;
  }
div#copyright a:hover {
  color: #ffffff;
  text-decoration: none;
  }
h2 {
  text-align: center;
  }
