body {
  width: 410 px;
  background-image: url(images/headgradient2.jpg);
  background-repeat: repeat-x;
  background-color: #d5d5cd;
  margin: 0px auto; 
  text-align: center
}

#success-pics {
  position: fixed;
  margin: 4px 0px 0px 0px;
  z-index: 1
}

#description {
  position: fixed;
  width: 400px;
  height: 60px;
  margin: 0px;
  font-family: Tahoma,Verdana; 
  font-size: 11px;
  color: #333333;
  text-align: left;
  text-decoration: none;
  z-index: 2
}

#description a {
  color: #4b614b; 
  font-weight: bold; 
  text-decoration: none
}

#description a:hover {
  text-decoration: underline
}

#links {
  position: fixed;
  margin: 4px;
  z-index: 3
}

#links a {
  font-family: Tahoma,Verdana; 
  color: #4b614b; 
  font-size: 12px;
  font-weight: bold; 
  text-decoration: none
}

#links a:hover {
  text-decoration: underline
}

.previous {
  float: left
}

.next {
  float: right
}