#view{
  background-color:red;
  width:200px;
  height:400px;
  position:absolute;
}

#view img{
  image-rendering: pixelated;
  position:absolute;
  scale:400%;
  left:0;
  right:0;
  margin:auto;
}

#head{
  top:60px;
  left:95px;
  transform-origin:bottom;
  z-index:3;
  rotate:30eg;
}

#upTorso{
  top:75px;
  z-index:2;
}

#downTorso{
  !top:120px;
}

#thigh{
  top:120px;
}

#crus{
  top:160px;
}

#foot{
  top:190px;
}