body{
	background-color: #5b5b5b;
	font: 10px verdana;
	color: #fff;
}

a{
	color: #fff;
}

#player{
	position: absolute;
	left: 50%; top: 78px;
	margin-left: -300px;
	border: 10px solid WHITE;
}

#text{
	position: absolute;
	left: 50%; top: 450px;
	margin-left: -303px;
	width: 640px;
}


#thumbContainer{
	position: absolute;
	left: 50%; top: 500px;
	margin-left: -303px;
	width: 640px;
}

.thumb{
	width: 200px; height: 112px;
	border: 1px solid white;
	float: left;
	margin: 0px 4px 7px 3px;
}
