html, body {
  margin: 0px;
  padding: 0px;
  scrollbar-highlight-color: #D4D1CF;
  scrollbar-face-color: #BAA69E;
  scrollbar-shadow-color: #D4BEB6;
  scrollbar-arrow-color: #5E5C5B;
}


img {
  border: 0px;
}


a {
  text-decoration: none;
}


a:hover {
  text-decoration: underline;
}


.blue {
  color: #437A94;
}


.frame {
  position: relative;
  width: 920px;
}


.tools {
  float: left;
  width: 100%;
  height: 55px;
}


.logo_div {
  float: left;
  width: 540px;
  height: 35px;
}


.logo_div img {
  float: left;
  width: 180px;
}


.logo_font {
  float: left;
  margin-top: 30px;
  margin-left: 55px;
}


.tools_div {
  float: left;
  margin-top: 25px;
  width: 380px;
}


.tencent {
  position: relative;
  top: -2px;
}


.navigation_div {
  float: left;
  width: 100%;
  height: 40px;
  background: url(../images/navigation.gif) repeat-x;
}


.navigation_item {
  float: left;
  margin-top: 12px;
  width: 113px;
}


.navigation_split {
  float: left;
  margin-top: 12px;
  width: 1px;
  height: 15px;
  background: url(../images/navigation_split.gif);
}


.tag_div {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 24px;
  padding-top: 4px;
  width: 896px;
  height: 17px;
  background: url(../images/tag.gif);
}