#bodycenter {
}

#fs {
  width: 800px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#fs_top {
  height: 100px;
}

#fs_middle {
  height: 100px;
}

#fs_bottom {
}

#fs_header {
  background-color: #8FCEE4;
  padding: 3px;
  vertical-align: middle;
}

#fs_header table {
  width: 800px;
}

#fs_header h1 {
  font-family: verdana;
  font-size: 20pt;
}

#fs_left {
  height: 500px;
  width: 650px;
  background-color: #E1E1E1;
  vertical-align: top;
  text-align: left;
  padding: 3px;
  border-top: 3px solid #7F7F7F;
  border-left: 3px solid #7F7F7F;
}

#fs_right {
  width: 150px;
  background-color: #7F7F7F;
  vertical-align: top;
  padding: 3px;
}

#fs_footer {
  background-color: #7F7F7F;
  padding: 3px;
}

#fs_footer button {
  width: 120px;
  height: 50px;
  text-align: center;
  vertical-align: center;
  color: black;
  cursor: pointer;
  border-style: none;
  background-color: transparent;
  background-image: url(../img/btn1.png);
  background-repeat: no-repeat;
  background-position: center center;
}

#fs_footer button:hover {
  color: white;
  background-image: url(../img/btn2.png);
}

#fs_footer table {
  width: 800px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#fs_footer table td {
  text-align: center;
}

