@charset "UTF-8";
/* CSS Document */

body {
	background-color:#999999;
	background-image: url(../img/bg.jpg);
	background-repeat:no-repeat;
	margin-left: 300px;
}

.player {
	margin-bottom:25px;
	margin-left:10px;
}

.playerTitle {
	margin-left:20px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	width: 600px;
	color:#600;
}

.thumbnail {
	position: relative;
	display:inline;
	width: 200px;
	float:left;
	margin: 10px 10px 10px 5px;
}

.content {
	margin-left:20px;
	position: relative;
	display:inline;
	width: 600px;
	float:left;
	color:#600;

}
