
*{margin:0; padding:0;}
body{
  background:url("../image/about-bg.jpg");
}
#Nav{
  position:absolute;
  left:810px; top:20px;
}
#Frame{
  background:url("../image/about-middle.jpg");
  width:1000px; height:950px;
  position:absolute;
  left:50%; top:40px;
  margin-left:-500px;
}
/* ============================[ Header ]============================ */
#Head{
  position:absolute;
  left:0; top:0;
  background:url("../image/about-header.jpg") no-repeat;
  width:1000px; height:450px;
}
/* ============================[ Header ]============================ */
h1{font-family:"微软雅黑", "黑体"; text-align:center; color:#2b1010; padding:15px;}
#Mid{
  position:absolute;
  width:100%; height:450px;
  left:0; top:450px;
}
#Words{
  width:90%;
  margin:auto;
}
p{
  text-indent:2em;
  line-height:1.5em;
  color:#2b1010;
  font-family:"微软雅黑", "黑体";
  font-weight:700;
}
/* ============================[ Header ]============================ */
#Foot{
  background:url("../image/about-footer.jpg");
  width:1000px; height:60px;
  position:absolute;
  bottom:0; left:0;
}
