html {
	background: #FFF;
	font-family: helvetica;
}

body {
	margin: 0px;
}

#player {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;	
}

#topOverlay {
	 position: absolute;
	 height: 100%;
	 width: 100%;
	 top: 0;
	 left: 0;
	 z-index: 999;
}