::-webkit-scrollbar {width: 8px; height:8px; }
::-webkit-scrollbar-track {background: #d2c5a6;-webkit-box-shadow: inset 1px 1px 2px #957d5d;border: 1px solid #43392c;}
::-webkit-scrollbar-thumb {background: #a38e6e;-webkit-box-shadow: inset 1px 1px 2px rgba(91, 72, 46, 0.4);}
::-webkit-scrollbar-thumb:hover {-webkit-box-shadow: inset 1px 1px 10px rgba(0,0,0,0.3);}
::-webkit-scrollbar-thumb:active {background: #888;-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);}
* {
    padding: 0px;
    margin: 0px;
}
body {
  background: url(../img/fill.gif);
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  color: #603913;
}
a {
  text-decoration: none;
}
img {
  border: none;
}
#container {
  width: 960px;
  margin: 0 auto;
}
#header {
  height: 300px;
  position: relative;
}
/**
 * dropdown
 */
ul.dropmenu {
 position: relative;
 margin: 0px;
 padding: 1px 0px 0px 50px;
 background: url(../img/top.png) top center no-repeat;
 display: block;
 height: 104px;
 color: #e2d4bb;
 font-size: 12px;
}
.dropmenu ul {
    position: absolute;
    display: none;
    width: 140px;
    padding: 0px 0px 20px 0px;
    margin: 0px;
}
.dropmenu li {
 position: relative;
 list-style: none;
 float: left;
 margin: 0px;
 padding: 0px;
}
.dropmenu li a {
  height: 20px;
  padding: 9px 0px 0px 15px;
  display: block;
  cursor: pointer;
  color: #e2d4bb;
  text-decoration: none;
}
.dropmenu ul li {
    border: 0;
    float: none;
}
.dropmenu ul a {
    border-bottom: 0;
    white-space: nowrap;
    display: block;
    color: #ddcbaf;
    text-transform: none;
}
.dropmenu ul a:hover {
    color: #FF0 !important;
    text-decoration: none;
    background-image: none;
}
.linklogo {
  position: absolute;
  width: 267px;
  height: 155px;
  top: 112px;
  right: 124px;
}
.btn_dangky {
  position: absolute;
  width: 88px;
  height: 38px;
  top: 44px;
  left: 329px;
  z-index: 1;
}
.btn_download {
  position: absolute;
  width: 130px;
  height: 103px;
  top: 5px;
  left: 417px;
  z-index: 1;
}
.btn_napthe {
  position: absolute;
  width: 90px;
  height: 38px;
  top: 44px;
  left: 546px;
  z-index: 1;
}
.cls {
  clear: both;
  line-height: 0px;
  font-size: 0px;
  height: 0px;
  float: none;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
/**
 * footer
 */
.footer {
  background: url(../img/footer.jpg) top center no-repeat;
}
.ftcontent {
  width: 1000px;
  margin: 0 auto;
  padding-top: 140px;
  text-align: center;
  color: #68563e;
  line-height: 22px;
  position: relative;
}
.ftcontent a {
  color: #68563e;
}
.ftcontent span {
  font-weight: bold;
}
.ontop {
  position: absolute;
  left: 447px;
  top: 96px;
  width: 92px;
  height: 20px;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
}
.ontop a {
  color: #FFF;
}
