body {
	background-color: #000;
	color: #fff;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#embed-holder,.error-message {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
}

#embed-holder video {
	width: 100%;
	height: 100%;
}

#embed-bg {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
}

#embed-bg.full {
	bottom: 42px;
}

#embed-bg.simple {
	bottom: 20px;
}

#embed-content {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.error-notfound {
	background: url(../../css/images/embed/notfound.png) no-repeat center center;
}

.error-flashrequired {
	background: url(../../css/images/embed/flashrequired.png) no-repeat center center;
}

.error-nomobile {
	background: url(../../css/images/embed/flashrequired.png) no-repeat center center;
}
#a-play-button {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../css/images/embed/playbutton.png) no-repeat center center;
	height: 100%;
	width: 100%;
}