body {
  background-image:url('../img/background.png');
	background-repeat:repeat-x;
	background-color:#330000;
	margin-top:0px;
	color:#ffffcc;
	font-family:arial,tahoma,verdana,helvetica;
	font-size:14px;
}

.searchbox {
  border:1px solid #383838;
	background-color:#000000;
	font-style:arial,tahoma,verdana,helvetica;
	font-size:11px;
	color:#636363;
	height:18px;
	width:175px;
	vertical-align:bottom;
}

.videoselector {
  border:1px solid #383838;
	background-color:#000000;
	font-style:arial,tahoma,verdana,helvetica;
	font-size:11px;
	color:#636363;
}

.musicselector {
	background-color:#333333;
	font-style:arial,tahoma,verdana,helvetica;
	font-size:11px;
	color:#cccccc;
	border:1px solid #383838;
}

.copyright {
  font-size:12px;
	color:#cccccc;
}

a:link {color:#ffffcc;text-decoration:underline;}
a:visited {color:#ffffcc;text-decoration:underline;}
a:hover {color:#ffffff;text-decoration:underline;}
a:active {color:#ffffff;text-decoration:underline;}

#playercontroller {
	color: #000;
	height: 20px;
	width: 180px;
	margin: 0 0 1em 0;
}
	#playercontroller .button {
		width: 20px;
		height: 20px;
		background-repeat: no-repeat;
		background-position: 2px 2px;
		float: right;
	}
		#playercontroller .button a {
			display: block;
			height: 20px;
			text-indent: -100em;
			overflow: hidden;
			background-image: none;
		}

	#playercontroller .stop {
		background-image: url(../images/control_stop.png);
	}
	#playercontroller .stop:hover {
		background-image: url(../images/control_stop_blue.png);
	}
	#playercontroller .play {
		background-image: url(../images/control_play.png);
	}
	#playercontroller .play:hover {
		background-image: url(../images/control_play_blue.png);
	}
	#playercontroller .pause {
		background-image: url(../images/control_pause.png);
		display: none;
	}
	#playercontroller .pause:hover {
		background-image: url(../images/control_pause_blue.png);
	}
