/* BODY AND TOP BACKGROUND */

html, body {
	height: 100%;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	background-color: black;
	background-repeat: repeat;
	background-image: url(/_images/bg_body.png);
}

* html {
	height: 100%; /* for IE6 compatibility */
}

div#bg_top {
	z-index: 0;
	left: 0px;
	height: 695px;
	background-repeat: repeat-x;
	width: 100%;
	top: 0px;
	position: absolute;
	background-image: url(/_images/bg_top.png);
}

/* PLAYER */

div#player {
	margin-right: auto;
	margin-left: auto;
	height: 530px;
	width: 540px;
	background-repeat: no-repeat;
	background-image: url(/_images/player_video.png);
}

div#video_player_container {
	left: 30px;
	width: 480px;
	top: 30px;
	position: absolute;
}

div#player_info {
	width: 480px;
	top: 436px;
	left: 30px;
	text-align: center;
	color: white;
	position: absolute;
}

span.player_title {
	font-weight: bold;
}

span.player_speaker {
}

span.player_date {
	line-height: 26px;
	font-size: .75em;
}