h1 {
	border-bottom : 1px dotted #ffffff;
	font-size : 14pt;
	font-weight: bold;
	font-family: Tahoma;
	width : 484px;
	height: 25px;
}
ul {
	position: relative;
	list-style : none;
	margin: 0px;
	padding: 0px;
	z-index:2;
}
li {
	width : 479px;
	background-color:#eeeeee;
	padding: 6px;
	border:1px solid #dfdfdf;
}
li:hover {
	background-color:#dddddd;
	border:1px solid #bfbfbf;
}
#playListArea {
	position: relative;
	width : 500px;
	height: 400px;
	margin: 10px;
	background-color: #f8f8f8;
	border:2px solid #707070;
	overflow: scroll;
	font-size: 16pt;
	color: red
	z-index:2;
}
#controller {
	position: relative;
	width : 500px;
	height: 50px;
	margin: 10px;
	padding: 10px;
	font-size: 20pt;
	background-color: #a0a0a0;
	z-index:2;
}
#ctime {
	position: relative;
	left: 400px;
	top: -30px;
	color: white;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: bold;
	z-index:2;
}
#wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index:1;
	overflow: auto;
}
