.player-body-bg {
	background-image: url(images/background_image.png);
	width: 440px;
	height: 450px;
	position: relative;
}

.player-body-bg .play-button{
	position: absolute;
	bottom: 43px;
	left: 40px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Segoe UI';
}