#footer {
  position: relative;
  left: 0;
  height: auto;
  clear: both;
  background: #FFFFFF;
}

#footer-box {
  position: relative;
  margin: 0;
  padding: 4px;
}

#footer-text {
  margin: 0;
  padding: 4px;
  background: #FFFFFF;
  text-align: center;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #774390;
  font-size: 9px;
  line-height: normal;
  color: #666666;
}