/*
   writer:jeali
   http://www.jeali.com
------------------------------------------------*/
/* banner
------------------------------------------------*/
#banner
{
  height: 480px;
  background: url(../image/banner_krin.jpg) center 0px;
}
#banner #adv
{
  height: inherit;
  width: inherit;
  text-align: left;
  padding: 80px 50px;
}
/* bodyer
------------------------------------------------*/
#bodyer
{
  background: #fafafa;
}
#bodyer #title
{
  text-align: center;
  color: #333333;
}
#bodyer #statbar
{
  background: #f1f1f1;
  border: 1px solid #e3e3e3;
  padding: 20px;
  text-align: center;
  color: #959595;
}
#bodyer p
{
  line-height: 200%;
  font-size: 18px;
}
/* end
------------------------------------------------*/