/* temp */
#footer_wrap {
  position: relative;
  width: 100%;
  /* *zoom: 1;
  zoom: 1; */
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  text-align: center;
  padding: 20px 0;
  /* #footer_wrap */ }
#footer_wrap:after {
  display: block;
  clear: both;
  content: ''; }
#footer_wrap .footer p {
  font-size: 9px;
  color: #696969; }
#footer_wrap .footer p em {
  font-weight: bold; }
