#programmer {
  position:  fixed;
  top:  100px;
  left:  100px
}

#teacher {
  position:  fixed;
  top:  150px;
  right:  50px
}

#engineer {
  position:  fixed;
  bottom:  50px;
  right:  350px;
  text-align:  center
}

#traditional {
  position:  fixed;
  bottom:  20px;
  left:  20px
}

img {
  width:  200px
}

#me {
  text-align: left;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

div#me img {
  width: 100px;
  height: 100px;
  float: right
}

div {
  text-align: center
}
