body {
	background:#5f5f5f;
	color:#fff;
	font:normal 12px Arial, Helvetica, sans-serif;
	margin:0;
	text-align:center;
}
#header {
	background:#fff;
	height:266px;
}
#toolbar {
	background-image: url(toolbarbg.jpg);
	margin-bottom:10px;	
}
.clear {
	clear:both;
}

#splash {
	
	/* background image */
	background:transparent url(big.jpg) no-repeat scroll 0%;
	
	/* container dimensions */
	display:block;
	height:505px;
	width:854px;
	
	/* padding will show the surroundings even when the player is loaded */
	padding:0px 0px 50px 0px;	
	
	/* make play button centerered horizontally */ 
	text-align:center;
	color:#999999
}
