html {
  height: 100%;
}

body{
  margin: 0;
  padding: 0;
  height: 100%;
}

div {
  height: 100%;
}

#wrap{
  width: 900px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  position: relative;
  padding: 0;
}

#top_left{
  position: absolute;
  top: 0;
  left: 0;
}

#middle_image{
  position: absolute;
  top:0;
  left:270px;
}

#bottom_right{
  position: absolute;
  top:205px;
  right:0;
}

#bike{
  position: absolute;
  top:435px;
  left:70px;
}

#laser_engraving{
  position: absolute;
  top: 95px;
  left: 145px;
}

#retail{
  position: absolute;
  top: 255px;
  left: 125px;
}

#high_res{
  position: absolute;
  top: 475px;
  left: 255px;
}

#find_recycler{
  position: absolute;
  top: 445px;
  left: 505px;
}

#become_recycler{
  position: absolute;
  top: 310px;
  left: 630px;
}

#story{
  position: absolute;
  top: 170px;
  left: 605px;
}

#press{
  position: absolute;
  top: 60px;
  left: 700px;
}

#wholesale{
  position: absolute;
  top: 0px;
  left: 580px;
}

a:hover img, a:visited img, a:link img, a:active img, a:focus img {
  border: 0;
}
