body {margin: 0 0; padding:0; background-color: #292c36; color: #ffffff; min-width: 746px; text-align: center; }
A:link, A:visited, A:active   { color: #c0c0c0; text-decoration: none; font-weight: bold; }
A:hover { color: #ffffff; font-weight: bold; }

#wrap {
	width:	800px;
	margin: 20px auto;
}

#player {
	float: left;
	width: 450px;
}

#list {
	background-color: #333;
	float: right;
	width:350px;
	height: 400px;
	overflow: scroll;
	overflow-x: hidden;
}

#list ul {
	margin: 0;
	padding: 0;
}

#list li {
	list-style-type: none;
	list-style-image: none;
	height: 70px;
	background-color: #555;
	border-bottom: 1px solid #333;
	text-align: left;
}

#list .active {
	background-color: #333;
}

#list li:hover {
	background-color: #333;
}

#list li img {
	float: left;
	margin-right: 10px;
}

#list .episode a {
	font-weight: bold;
	font-size: 110%;
}

