#container
{
	margin: 0px auto;
	height: 10000px;
	text-align: left;
	background-color: #ffffff;
	padding: 0px;
	width: 960px;
}

#main_list
{
	position: relative;
	left: 0px;
	top: 3px;
	height: 40px;
	width: 100%;
	z-index: 6;
	font-family: Trebuchet MS,Trebuchet, verdana, arial, sans-serif;
	font-size: 12pt;
	background-color: white;
}

#main_list_l
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 40px;
	width: 360px;
}

#main_list_r
{
	position: absolute;
	left: 345px;
	top: 18px;
	height: 40px;
	width: 350px;
}

#main_songs
{
	position: relative;
	height: 50px;
	width: 102%;
	left: 16px;
	z-index: 6;
}

#main_songs_2
{
	position: relative;
	height: 50px;
	width: 100%;
	left: 18px;
	z-index: 6;
}

#main_songs_2b
{
	position: relative;
	height: 50px;
	width: 90%;
	left: 18px;
	z-index: 6;
}

#main_songs2_inner
{
	position: absolute;
	top: 0px;
	left: 18px;
	height: 50px;
	width: 90%;
}

