html {
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  width: 730px;
  background: #fff url(background.jpg);
  background-attachment: fixed;
  margin-right:auto;
  margin-left:auto;
  padding:0px;
  text-align: center;
}
#header {
  background: #fff;
  color: #000;
  text-align: center;
  font-family: Monotype Corsiva;
  font-size: x-large;
  border-bottom: 1px solid #000;
  margin: 0 auto;
}
#menu {
  clear: both;
}
#menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  background-color: #FFF;
}
#menu li {
  display: inline;
  margin: 0 0 0px;
  background-color: #000;
  color: #FFF;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
#menu li a,
#menu li a:link,
#menu li a:visited {
  text-decoration: none;
  background-color: #BBB;
  color: #000;
  padding: 0px 5px;
}
#menu li a:hover,
#menu li a:focus {
  text-decoration: none;
  background-color: #BBB;
  color: #FFF;
}
#currentmenu {
  display: inline;
  color: #fff;
  background: #900;
}
#content {
  clear: both;
  padding-left: 5px;
  padding-right: 5px;
  background: #900;
  color: #fff;
  text-align: left;
  margin: 0 auto;
}
#content a, a:link, a:visited, a:active {
  text-decoration: none;
  color: #fff;
}
#content a:hover {
  text-decoration: underline;
  color: #fff;
}
#content iframe {
  border: 2px double black;
}
#notice {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  margin: 0 auto;
  width: 500px;
}
#title {
  text-align: center;
  font-size: large;
}
#footer {
  background: #fff;
  text-align: center;
  border-top: 1px solid #000;
  margin: 0 auto;
}
#footer a:link, a:visited, a:active {
  text-decoration: none;
  color: #00a;
}

