
body{
  text-align:center;
}
#page{
  width:680px;
  margin:0px auto;
  background-color:#ffffff;
  background-image:url(../images/bg.png);
  background-repeat:no-repeat;
}
#header{
  display:none;
}
#content{
  text-align:left;
  width:640px;
  margin:0px auto;
  background-color:#fff5e3;
  background-image:url(../images/bg.png);
  background-repeat:no-repeat;
  background-position:-20px 0px;
}
#footer{
  width:640px;
  height:160px;
  background-color:#000000;
  background-image:url(../images/footer.png);
  background-repeat:no-repeat;
  background-position:0px 0px;
  margin:0px auto;
}

#space{
  height:820px;
}
#article{
  width:640px;
  margin:0px auto;
  display:none;
}
#attention{
  height:40px;
  margin-top:10px;
}
#attention ul{
  margin:0px 40px;
  font-size:11px;
  line-height:20px;
  color:#001122;
}
