div.all{
	position:absolute;
	width:50px;
	height:50px;
	color:#FFF;
	padding:4px;
}

#d0{
	z-index:1;
	left:10px;
	top:110px;
	background:#003;
}

#d1{
	z-index:2;
	left:30px;
	top:130px;
	background:#336;
}

#d2{
	z-index:3;
	left:50px;
	top:150px;
	background:#669;
}

#d3{
	z-index:4;
	left:70px;
	top:170px;
	background:#99A;
}

#d4{
	z-index:5;
	left:90px;
	top:190px;
	background:#AAF;
}

#box{
	left:2%;
	top:260px;
	width:98%;
	height:300px;
	color:#000;
}