* {
  position: relative;
  overflow: visible;
  border: 0px;
  padding: 0px;
  margin: 0px;
}
a:active {
  color: #FFFFFF;
}
a:visited {
  border-style: none;
  color: #800080;
}
div.top {
  position: absolute;
  overflow: visible;
  height: 140px;
  width: 100%;
  left: 0px;
  top: 0px;
}
div.rest {
  position: absolute;
  height: 433px;
  width: 100%;
  top: 140px;
}
div.mn {
  text-align: center;
  height: 25px;
  padding: 0px;
  background-color: #989898;
  z-index: 120;
}
div.win {
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 25px;
  left: 0px;
  height: 300px;
  z-index: 110;
}
div.river {
  position: absolute;
  overflow: visible;
  text-align: center;
  width: 100%;
  height: 100%;
  background: url("/images/river.png") repeat-y;
  z-index: 1;
}
div.main {
  position: absolute;
  height: 100%;
  overflow: auto;
  float: left;
  left: 0px;
  z-index: 10;
  width: 55%;
  background: url("/images/main.png") repeat-x;
  background-color: #ffffff;
}
div.second {
  position: absolute;
  height: 100%;
  overflow: auto;
  float: right;
  right: 0px;
  z-index: 9;
  width: 45%;
  background: url("/images/second.png") repeat-x;
  background-color: #dfdfdf;
}
img {
  z-index: 25;
}
div.intro {
  margin: 0 auto;
  overflow: hidden;
  max-width: 600px;
  width: 80%;
  z-index: 99;
}
ul {
  width: 90%;
  left: 5%;
}
a.mn {
  border-style: none;
  text-decoration: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  color: #000000;
}
img[name="thumb"] {
  position: absolute;
}
.memberrow {
  margin-top: 5px;
  margin-bottom: 5px; 	
}

