/* Button rollovers */
.displace {
	position: absolute;
	left: -5000px;
	}
	
	/*Resume*/
#resume_div{
position:absolute;
top:0px;
left:260px;
z-index: 14;
}
#resume{
  display: block;
  width: 158px;
  height: 42px;
  background: url("images/resume_button.png") no-repeat 0 0;
  z-index: 14;
}
#resume:hover{ 
  background-position: 0 -42px;
  z-index: 14;
 }
/*Next*/
#next{
  display: block;
  width: 98px;
  height: 37px;
  background: url("images/next.png") no-repeat 0 0;
  z-index: 3;
}
#next:hover{ 
  background-position: 0 -37px;
  z-index: 3;
}
/*Back*/
#back{
  display: block;
  width: 98px;
  height: 37px;
  background: url("images/back.png") no-repeat 0 0;
  z-index: 3;
}
#back:hover{ 
  background-position: 0 -37px;
  z-index: 3;
}

/* Top links */
#branding{
  float:left;
  display: block;
  width: 109px;
  height: 16px;
  background: url("images/branding.png") no-repeat 0 0;
  z-index: 3;
}
#branding:hover{ 
  background-position: 0 -16px;
  z-index: 3;
}
#advertising{
  float:left;
  display: block;
  width: 120px;
  height: 16px;
  background: url("images/advertising.png") no-repeat 0 0;
  z-index: 3;
}
#advertising:hover{ 
  background-position: 0 -16px;
  z-index: 3;
}
#illustration{
  float:left;
  display: block;
  width: 131px;
  height: 16px;
  background: url("images/illustration.png") no-repeat 0 0;
  z-index: 3;
}
#illustration:hover{ 
  background-position: 0 -16px;
  z-index: 3;
}
#design{
  float:left;
  display: block;
  width: 66px;
  height: 16px;
  background: url("images/design.png") no-repeat 0 0;
  z-index: 3;
}
#design:hover{ 
  background-position: 0 -16px;
  z-index: 3;
}

/* Lower link */

#about{
  float:left;
  display: block;
  width: 109px;
  height: 23px;
  background: url("images/about.png") no-repeat 0 0;
  z-index: 3;
}
#about:hover{ 
  background-position: 0 -23px;
  z-index: 3;
}

/* Portfolio button */
#portfolio{
  float:left;
  display: block;
  width: 293px;
  height: 37px;
  background: url("images/portfolio.png") no-repeat 0 0;
  z-index: 3;
}
#portfolio:hover{ 
  background-position: 0 -37px;
  z-index: 3;
}
