.d0 {
	background-color: #888;
	width: 200px;
	height: 160px;
	position: absolute;
	left: 10px;
	top: 90px;
}

.d1 {
	background-color: #777;
	width: 250px;
	height: 200px;
	position: absolute;
	left: 60px;
	top: 70px;
}

.d2 {
	background-color: #666;
	width: 300px;
	height: 240px;
	position: absolute;
	left: 110px;
	top: 50px;
}

.d3 {
	background-color: #555;
	width: 350px;
	height: 280px;
	position: absolute;
	left: 160px;
	top: 30px;
}

.d4 {
	background-color: #444;
	width: 400px;
	height: 320px;
	position: absolute;
	left: 210px;
	top: 10px;
}
