body {
	margin: 0;
}

#testvideo {
	width: 100%;
	height: 100%;
}
#loading {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #e1e1e1;
	z-index: 10;
}
#loading img {
	width: 66px;
	height: 66px;
	position: absolute;
	top: 0;
	left: 0;
	top: 50%;
	left: 50%;
	margin-top: -33px;
	margin-left: -33px;
}
#playerbtn,#poster {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
#playerbtn img {
	width: 68px;
	height: 68px;
	position: absolute;
	top: 0;
	left: 0;
	top: 50%;
	left: 50%;
	margin-top: -34px;
	margin-left: -34px;
	z-index: 10;
}
#poster {
	z-index: 8;
}
#poster img {
	width: 100%;
	height: 100%;
}
#timer {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0,0,0,.7);
	padding:.5em;
	color: #fff;
	font-size: 12px;
	width: 120px;
	text-align: center;
	z-index: 11;
}
#getmore {
	position: absolute;
	right: 20px;
	bottom: 50px;
	background: rgba(0,0,0,.7);
	padding:.5em;
	color: #fff;
	font-size: 12px;
	width: 80px;
	text-align: center;
	z-index: 11;
}

#message {
	position: absolute;
	top: 0;
	right: 0;
	width: 500px;
	font-size: 12px;
	padding: 1em;
	line-height: 1.8;
}
