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

/* container has a background image */
a.player {	
	display:block;
	width:450px;
	height:337px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	margin-top:115px;
	border:0;	
}
