* { margin: 0; padding: 0; }

img { border: none; }


body { background: url(/images/background.jpg); }


#content {
  position: relative;
  width: 950px;
  margin: 0 auto 0 auto;
}


#navigation {
  position: absolute;
  left: 356px;
  top: 534px;
}

#Portfolio #navigation { top: 165px; }

#Resume #navigation { top: 398px }

#navigation a,
#navigation img {
  display: block;
  float: left;
}


#portfolio-image {
  position: absolute;
  left: 190px;
  top: 207px;
}

#portfolio-previous {
  position: absolute;
  left: 420px;
  top: 530px;
}

#portfolio-next {
  position: absolute;
  left: 490px;
  top: 530px;
}

#portfolio-next a,
#portfolio-next img {
  display: block;
  float: none;
}

#contact {
  position: absolute;
  left: 410px;
  top: 320px;
}

#contact a,
#contact img {
  display: block;
}


#download {
  position: absolute;
  left: 426px;
  top: 430px;
}
