#navigation {
  position: relative;
  margin-bottom:10px;
  
}

#content {
  height: 1000px;
}

/* narrow the content to make room for floating nav */

p {
  width: 450px;
}

h2 {
  width: 460px;
}

#celebs table {
  width: 460px;
  margin-left: 0;
}