/* CSS Document */

#box{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 350px;
	width: 400px;
	margin-top: 10px;
}#layer1{
	margin-left: 0px;
	position: absolute;
	height: 175px;
	width: 136px;
	
	margin-top: 0px;
	z-index: 50;
}
#layer2{
	margin-left: 108px;
	position: absolute;
	height: 114px;
	width: 136px;
	
	margin-top: 127px;
	z-index: 100;
}
#layer3{
	margin-left: 201px;
	position: absolute;
	height: 99px;
	width: 136px;
	
	margin-top: 225px;
	z-index: 150;
	
}
#layer4{
	margin-left: 159px;
	position: absolute;
	height: 101px;
	width: 136px;
	
	margin-top: 54px;
	z-index: 75;
}
#layer5{
	margin-left: 260px;
	position: absolute;
	height: 199px;
	width: 136px;
	
	margin-top: 94px;
	z-index: 125;
}
-->
</style