html {
	font: 62.5%/1.5 "Lucida Grande", Verdana, sans-serif;
}

body {
	background: #F7F9F8;
	color: #B0B0B0;
}

#container {
	margin: 0 auto;
	width: 1024px;
	padding: 0 2em;	
}

#header {
	width: 1024px;
	height: 243px;
	background: url('Reading_title.jpg');
}

#trailer {
	margin: 0 auto;
	text-align: center;
}

#body {
	margin: 35px auto;
	text-align: center;
}

#player {
	margin: 0 auto;
}

.thumb {
	width: 160px;
	height: 90px;
	margin: 1.2em;
	border: 2px solid #B0B0B0;
	float: inherit;

}