body {
  font-family: courier;
  margin: 0px 0px;
  padding: 0px;
  text-align: center;
}

ol, ul {
 text-align: center;
 list-style-position: inside;
}

a {
  text-decoration : none;
  color : #666666;
}
a:hover {
  color : #999999;
}

div.hovertop {
  position: fixed;
  border: 1px dashed #333;
  background-color: #EEE;
  top: 0px;
  margin: 1px -1px auto;
  width: 100%;
  height: 50px;
  z-index: 1;
  font-size: 34px;
  font-weight: bold;
}

div.content {
  position: relative;
  top: 50px;
  width: 960px;
  z-index: 0;
  margin: 0px auto;
  height: 1px;
}

div.frontimg {
  position: relative;
  top: 0px;
  left: 0px;
  width: 480px;
  height: 500px;
}

div.frontcontenttop {
  position: relative;
  top: -500px;
  left: 480px;
  width: 480px;
  height: 500px;
}

div.frontcontentbottom {
  top: -500px;
  position: relative;
  width: 960px;
}
