body 
{
	background-color: #000000;
	background-image: url("http://i.imgur.com/nbbkiMb.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	overflow: hidden;
}
			
#stream
{
	bottom: 8;
	position: absolute;
}

#schedule
{
	color: #000000;
	height: 34;
	font-family: monospace;
	font-size: 14;
	top: 5;
	position: absolute;
}

#nowPlaying
{
	width: 300;
	height: 380;
	bottom: 10;
	right: 10;
	position: absolute;
}

.fireworks
{
	width: 250;
	height: 250;
	position: absolute;
	display:none;
	user-select: none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -o-user-select: none;
}

p
{
	font-family: monospace;
	font-size: 14;
	margin: 0px;
}

.showInactive
{
	color: #FFFF00;
}

.showActive
{
	color: #FF0000;
}
