body {
  margin: 0px;
  padding: 0px;
  scrollbar-highlight-color: #D4D1CF;
  scrollbar-face-color: #BAA69E;
  scrollbar-shadow-color: #D4BEB6;
  scrollbar-arrow-color: #5E5C5B;
  background-color: #000000;
  overflow: hidden;
}


.center_div {
  width: 100%;
}


.header {
  width: 100%;
  height: 146px;
  background: url(../images/header.jpg);
}


.header span {
  position: relative;
  top: 20px;
  font-size: 30px;
}


.frame {
  position: relative;
  width: 765px;
  height: 685px;
  background: url(../images/frame.png);
}


.home {
  position: absolute;
  left: 104px;
  top: 54px;
}


.favorite {
  position: absolute;
  left: 640px;
  top: 54px;
}


.demo {
  position: absolute;
  left: 104px;
  top: 130px;
}


.note {
  position: absolute;
  left: 640px;
  top: 130px;
}


.download {
  position: absolute;
  left: 104px;
  top: 202px;
}


.close {
  position: absolute;
  left: 640px;
  top: 202px;
}


.copyright {
  position: absolute;
  left: 185px;
  top: 280px;
  color: #99926B;
}


.show_div {
  position: absolute;
  left: 172px;
  top: 18px;
  width: 460px;
  height: 440px;
  border: 3px solid #837058;
  background: url(../images/list.gif);
  overflow: auto;
}


.show_div input, textarea {
  background-color: #D2C29F;
}


.page_break {
  float: left;
  margin-top: 20px;
  padding-bottom: 20px;
  width: 440px; 
}


.note_name {
  float: left;
  margin-left: 20px;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 5px;
  width: 160px;
}


.note_time {
  float: left;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 5px;
  width: 190px;
}


.note_content {
  float: left;
  margin-left: 20px;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 15px;
  padding-bottom: 15px;
  width: 360px;
  border-bottom: dashed 1px #808078;
}