.footer {
  position: relative;
  top:50px;
  left: 45%;
  text-align: center;
  background: black;
  _background-image : none;
  color: silver;
  border-left: 1px solid #999;
  border-right: 2px solid #666;
  width: 150px;
  heigh: 300px;
  font-size: 12px;
}
