* {
	margin: 0;
	padding: 0;
	overflow: hidden;
	cursor: default;
}
html, body {
	width: 100%;
	height: 100%;
	background: #202020;
}
#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -240px;
	margin-top: -135px;
	width: 480px;
	height: 270px;
}
#mp {
	position: absolute;
	top: 0;
	left: 0;
	width: 480px;
	height: 270px;
}
#backB {
	font: bold 12px sans-serif;
	text-align: center;
	color: #ffffff;
	background: #808080;
	position: absolute;
	top: 0;
	left: 0;
	width: 88px;
	height: 44px;
	line-height: 44px;
	border-bottom-right-radius: 16px;

	box-shadow: 0px 2px 4px #000000;
	-webkit-box-shadow: 0px 2px 4px #000000;
	-moz-box-shadow: 0px 2px 4px #000000;
	-ms-box-shadow: 0px 2px 4px #000000;
	-o-box-shadow: 0px 2px 4px #000000;
}
#backB, #backB * {
	vertical-align: middle;
}
#logo {
	display: block;
	position: absolute;
	bottom: 4px;
	right: 4px;
	width: 156.5px;
	height: 25px;
	opacity: 0.2;
}