* {
	margin: 0;
	padding: 0;
	outline: 0;
}
html, body {
	width: 100%;
	height: 100%;
	background-color: #000;
	color: #fff;
	font-family: Century Gothic, sans-serif;
	overflow: hidden;
}
a img {
	border: 0;
}
.warning-icon {
	position: fixed;
	top: 5px;
	right: 5px;
}
#rmplayer {
	width: 100%;
	height: 100%;
}
#rmplayer > p {
	width: 100%;
	height: 1.5em;
	font-size: 1.5em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
#rmplayer > video {
	width: 100%;
	height: 100%;
}
#countdown {
	width: 100%;
	position: absolute;
	bottom: 0;
}
#countdown > p {
	padding: 10px;
	font-size: 1.2em;
	text-align: center;
	background-color: #333;
}
