div#tree {
	position: relative;
	width: 370px;
	height: 462px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	font-size: 20px;
}

span#musicLink {
	position: absolute;
	top: 0px;
	left: 35px;
	width: 92px;
	height: 69px;
	cursor: pointer;
	background-image: url(/images/transparent.png);
}

span#biographyLink {
	position: absolute;
	top: 184px;
	left: 150px;
	width: 64px;
	height: 150px;
	cursor: pointer;
	background-image: url(/images/transparent.png);
}

span#discographyLink {
	position: absolute;
	top: 69px;
	left: 0px;
	width: 370px;
	height: 115px;
	cursor: pointer;
	background-image: url(/images/transparent.png);
}

span#lyricsLink {
	position: absolute;
	top: 254px;
	left: 214px;
	width: 58px;
	height: 81px;
	cursor: pointer;
	background-image: url(/images/transparent.png);
}

span#contactLink {
	position: absolute;
	top: 335px;
	left: 196px;
	width: 115px;
	height: 115px;
	cursor: pointer;
	background-image: url(/images/transparent.png);
}

span#musicText {
	position: absolute;
	top: 0px;
	left: -69px;
	width: 120px;
	height: 20px;
	text-align: right;
}

span#discographyText {
	position: absolute;
	top: 46px;
	left: 254px;
	width: 200px;
	height: 20px;
}

span#biographyText {
	position: absolute;
	top: 254px;
	left: -58px;
	width: 170px;
	height: 20px;
	text-align: right;
}

span#lyricsText {
	position: absolute;
	top: 283px;
	left: 277px;
	width: 140px;
	height: 20px;
}

span#contactText {
	position: absolute;
	top: 427px;
	left: 92px;
	width: 150px;
	height: 20px;
	text-align: right;
}
