﻿.cabinet {
	position: absolute;
	z-index: 2;
	width: 206px;
	height: 342px;
	top: 131px;
	background-image: url('../images/home-cabinet.jpg');
	left: 138px;
}
.musicstand {
	position: absolute;
	left: 384px;
	top: 146px;
	width: 193px;
	height: 377px;
	background-image: url('../images/home-musicstand.jpg');
}
.chair {
	background-image: url('../images/home-chair.jpg');
	position: absolute;
	width: 200px;
	height: 268px;
	left: 612px;
	top: 133px;
}
.title {
	position: absolute;
	width: 120px;
	height: 40px;
	top: 59px;
	left: 772px;
	background-image: url('../images/title-home.jpg');
}

