@IMPORT url("site.css");

#jump {
  width: 640px;
  height: 480px;
  background-image: url( '../images/swoosh2.png' );
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: auto;
  margin-right: auto;
}

#description {
  background-color: transparent;
}

#jump-list, #jump-list li {
  background-color: transparent;
}

#jump-list {
  list-style-type: none;
}

#jump-list #about {
  position: relative;
  left: 115px;
  top: 105px;
}

#jump-list #contact {
  position: relative;
  left: 65px;
  top: 120px;
}

#jump-list li #articles {
  position: relative;
  left: 55px;
  top: 140px;
}

#jump-list li #projects {
  position: relative;
  left: 105px;
  top: 155px;
}

#jump-list li #research {
  position: relative;
  left: 185px;
  top: 138px;
}

#jump-list li #blog {
  position: relative;
  left: 290px;
  top: 85px;
}

#jump #description {
  position: relative;
  left: 250px;
  top: -150px;
  width: 200px;
  height: 80px;
  font-size: 12px;
  font-style: italic;
  text-align: center;
  vertical-align: middle;
}
