/* CSS Document */
body {
	background-image: url(../images/index_bg.jpg);
}

.indexPostit {
	position: absolute;
	height: 351px;
	width: 334px;
	left: 195px;
	top: 92px;
	background-image: url(../images/index_postit.png);
}
.indexPostitText {
	font-family: "Courier New", Courier, mono;
	position: relative;
	width: 220px;
	font-size: 0.75em;
	top: 100px;
	left: 50px;
}
.indexLift {
	position: absolute;
	left: 367px;
	top: 147px;
}
.indexSofa {
	position: absolute;
	left: 210px;
	top: 291px;
	width: 604px;
	height: 361px;
	z-index: 7;
}
.indexPianoKeys {
	position: absolute;
	left: 777px;
	top: 422px;
	width: 337px;
	height: 222px;
}
.twitter-feed {
	background: url(../images/twitter-bg.gif) top left no-repeat;
	position: absolute;
	top:205px;
	left: 853px;
	height: 600px;
	width: 200px;
	z-index: 15;
	padding: 60px 0 0 30px;
}

