body {
	margin : 20px;
	padding : 0;
	font-size : 75%;
	line-height : 1.5
;
}

p {
	margin : 1em;
}

#a {
	width : 120px;
	padding : 1px 0;
	background : yellow none repeat scroll 0% 0%;
  position : absolute;
  top : 0px;
  left : 0px;
  z-index : 4;
}

#b {
	width : 120px;
	padding : 1px 0;
	background : lime none repeat scroll 0% 0%;
	position : absolute;
	top : 50px;
	left : 50px;
  

  z-index : 3;
}

#c {
	width : 120px;
	padding : 1px 0;
	background : aqua none repeat scroll 0% 0%;
  
  position : absolute;
  left : 100px;
  top : 100px;
  z-index : 2;
}

#d {
	width : 120px;
	padding : 1px 0;
	background : #cccccc;
  position : absolute;
  top : 150px;
  left : 150px;
  z-index : 1;
}