#player-wrapper {
	color: #000;
	font-family: arial, helvetica, sans-serif;
}
#player-wrapper a {
	color: #781d7d;	
}

#player-header {
	background-color: #cccccc;
	padding: 0;
	color: #000000;
	height: 144px;
}

#player-header-logo img {
	padding: 0;
}


#player-header-title {
	padding: 1.333em 30px 0 30px;
}


#player-header-title h1, 
#player-header-title h2 {
	font-size: 36px;
	text-align:center;
	line-height: 1.4em;
}


#theme-banner {
	background: #781d7d url("images/banner-bg.png") repeat-x;	
	padding: 5px 0 0 0;
}

#theme-banner p {
	margin: 0;
	font-size: 20px;
	line-height: 2em;
	text-align: center;
}
#player-wrapper #theme-banner p a {
	color: #fff;
	text-decoration: none;
}



#theme-slogan {
	padding: 10px;
}

#theme-slogan h3 {
	margin: 0;
	line-height: 1.333em;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
}


#player-continue a {
	color: #fff;
	background-color: #781d7d;
	border: 3px solid #781d7d;
}
#player-continue a:hover {
	color: #781d7d;
	background-color: #fff;
}


#player-footer {
	position: relative;
	line-height: 19px;
	border-top: 0;
}
#footer-copy {
	margin: 0;
	font-size: 91%;
	font-weight: bold;
	text-align: right;
}
#footer-copy img {
	
	vertical-align: bottom;	
}


