#music {
	position: absolute;
	top: 100px;
	left: 160px;
	width: 284px;
	height: 256px;
	padding: 10px;
	border: solid 1px BurlyWood;
}
#musicTitle { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 14px;
	background-color: BurlyWood;
}

#musicBody { 
	position: absolute;
	top: 16px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-color: White;
	overflow: auto;
	font-family: verdana;
	font-size: 8pt;
	margin: 0px 0px 0px 2px;
}

