/* footer */ 

#Footer {
  width: 926px;
  height: 25px;
  line-height: 25px; 
  color: white;
  text-align: center;
  margin-top: 3px;
  background: #53637E; 
}

#Footer a {
  color: white;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  padding: 0 5px;   
}

.CopyrightCell {
  text-align: center;
  color: #A49F9F;
  font-size: 11px;
  padding: 5px 1px;
  width: 925px;
  margin: auto;
}

.CopyrightCell a {
  color: #A49F9F;
  text-decoration: none;
}