body, html {
	margin: 0;
	padding: 0;
}
body {
	background-color: #000;
}
a {
	color: #eee;
}
#overlay {
	position: absolute;
	top: 95px;
	width: 1000px;
	height: 563px;
	left: 50%;
	margin-left: -500px;
	z-index: 444;
}
#viewer,
#still-viewer {
	position: absolute;
	border: 10px solid rgba(255,255,255,0.4);
	top: 85px;
	left: 50%;
	margin-left: -510px;
	width: 1000px;
	height: 563px;
	z-index: 1;
}
#still-viewer {
	background-size: contain;
}

h6 {
	margin-bottom: 0px;
}
 #schedule {
 	font-family: 'Open Sans', 'Helvetica', Arial, sans-serif;
 	position: absolute;
 	width: 980px;
 	left: 50%;
 	margin-left: -510px;
 	margin-bottom: 20px;
 	top: 705px;
 	padding: 20px;
 	color: #222;
 	background-color: rgba(255,255,255,0.5);
 }
 #schedule #nowplaying {
 	position: absolute;
 	left: 20px;
 	font-weight: bold;
 	color: #333;
 	top: -18px;
 	padding: 5px 10px;
 	background-color: rgba(255,255,255,1);
 }
 #schedule #upnext {
 	position: absolute;
 	right: 20px;
 	font-weight: bold;
 	color: #333;
 	top: -18px;
 	padding: 5px 10px;
 	background-color: rgba(255,255,255,1);
 }
 .small {
 	color: #fff;
 	line-height: 0.6;
 	font-size: 14px;
 }
 #nowplaying-title {
 	font-weight: 700;
 	font-size: 24px;
 }
 .nowplaying-section {
 	margin-bottom: 20px;
 }

 #header {
 	width: 1000px;
 	position: absolute;
 	left: 50%;
 	top: 20px;
 	margin-left: -500px;
 }

 #banner {
 	float: right;
 }