#foot{
  height: 55px;
  clear: both;
  width: 950px;
  color: #bd9b9b;
  background: transparent url('images/bottom-round.png') left top no-repeat;
  margin-bottom: 3em;
}
#foot a{
  color: #bd9b9b;
  text-decoration: none;
}
#foot a:hover, #foot a:focus{
  text-decoration: underline;
}
#copyright{
  float: left;
  margin: 35px 0 0 70px;
}
#adminLinks{
  float: right;
  margin: 35px 70px 0 0;
}