#footer_margin {
  background-color: #F0F0F0;
  height: 50px;
}

#footer_wrapper {
  width: 100%;
  background-color: #FAFAFA;
}

#footer_inner {
  width: 980px;
  height: 55px;
  margin: 0px auto;
  position: relative;
}

#footer_list {
  padding-top: 17px;
}
#footer_list li {
  display: inline-block;
  font-size: 10px;
  border-right: 1px solid #BCBCBC;
  margin-right: 20px;
  padding-right: 20px;
}
#footer_list li a:hover {
  text-decoration: underline;
}
#footer_list li:last-child {
  padding-right: 0px;
  border-right: none;
}

#copyright {
  position: absolute;
  font-size: 11px;
  top: 18px;
  right: 0px;
}
