body { 
	background-color: #666699;
}
/* allow a taller player wrapper */
#player-wrapper {
	height: auto;
	width: 962px;
}
#player-elements {
	height: auto;
	min-height: 480px;
}

#theme-wrapper {
	position: relative;
	border: 1px solid #fff;
	margin-top: 17px;
	background-color: #fff;
}

#theme-header {
	position: relative;
	border-bottom: 1px solid #fff;	
	background: url('images/header-bg.png') 0px 38px no-repeat;
}

#theme-header-logo {
	position: relative;
	background-color: #fff;
	border-bottom: 2px solid #666699;	
	height: 35px; 
	overflow: hidden;
}

#theme-header-title {
	position: relative;
	margin-top: 1px;	
	margin-left: 300px;
	height: 108px;
	background-color: #cc0000;
}

#theme-header-title h1 {
	position: relative;
	color: #fff;
	margin: 0;
	padding-top: 45px;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 1em;
	text-align: center;	
	font-size: 24px;
}

#theme-elements-wrapper {
	position: relative;
	background: url('images/tab-bg.gif') repeat-x;	
}

#theme-elements-decorator-top {
	background: url('images/tab-left-bg.gif') no-repeat;	
	height: 29px;
}

#theme-footer {
	border-top: 2px solid #cccccc;
	height: 25px;	
}

#player-sections-list {
	display: none;	
}