
body {
	padding:0;
	margin:0;
	text-align:center;
}

#page {
	margin-left:20px;
	text-align:left;
}

h1 {
	font-size:22px;
	letter-spacing:-1px;
	color:#0d7b7a;
	font-weight:normal;
}

h1 em {
	font-style:normal;
	color:darkorange;	
}


h2 {
	font-size:18px;
	font-weight:normal;
}


.less {
	color:#999;
	font-size:12px;
}

/* dimensions for both splash image and the player wrapper */
a.flowplayer, a.flowplayer img {
	display:block;				
	width:300px;
	height:240px;
	border:0px;		
}

/* play button on top of splash screenn */
div.playButton {
	background:url(../img/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-140px;
	left:125px;	
	opacity:0.9;
	margin-bottom:-50px;
}

/* play button upon mouseover */
div.playButton:hover {
	opacity:1.0;		
}

