/* container has a background image */
a.player {	
	margin:40px auto;
	display:block;
	background:url(/kevin/styles/img/player/splash.png) no-repeat;
	width:320px;
	height:240px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

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

/* Next section used for styling the overlay and expose regions */

/* root element should be positioned relatively so that 
	child elements can be positioned absolutely */
#player {
        width:320px;
        height:240px;
}

