@charset "utf-8";
/* CSS Document */

/* container */
#player {
	/* background image */
	background:transparent url(/images/telly27.jpg) no-repeat scroll 0%;
	/* container dimensions */
	display:block;
	height:606px;
	width:750px;
	/* padding will show the surroundings even when the player is loaded */
	padding:50px 100px 70px 100px;
	/* make play button centerered horizontally */ 
	text-align:left;
	color:#000000;
}