a:link, a:visited {
	color: #3399FF;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
#contentLayer {
	font-family: Arial, Helvetica, sans-serif;
}
#contentLayer h1 {
	font-size: 30px;
	color: #FFFFFF;
	margin: 0px 0px 10px 25px;
}
#contentLayer .copy {
	font-size: 30px;
	color: #FFFF00;
	padding-left: 25px;
}
#contentLayer .footerNav {
	font-size: 10px;
	color: #FFFF00;
	text-transform: uppercase;
	text-align: center;
	padding-top: 20px;
}
#contentLayer .footerNav a {
	text-decoration: underline;
}
#contentLayer .footerNav a:link {
	color: #FFFF00;
}
#contentLayer .footerNav a:visited {
	color: #FFFF00;
}
#contentLayer .footerNav a:hover {
	color: #ff6699
}
#contentLayer .footer {
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 25px;
	padding-top: 15px;
}
#contentLayer .footer a:link {
	color: #FFFFFF
}
#contentLayer .footer a:visited {
	color: #999999;
}
#contentLayer .footer a:hover {
	color: #3399FF;
}
#playLayer {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); 
	-moz-opacity: 0.80;
}
