<!--
body {
	background-color: #000000;
	padding: 0px;
	margin: 0px;
}

#content {
	width: 700px;
	height: 500px;
	background: url(splash.jpg) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -250px;
	left: 50%;
	margin-left: -350px;
}

#info {
	position: absolute;
	top: 255px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 1px;
}

#info b {
	color: #ff005a;
}

#streams {
	position: absolute;
	top: 317px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-weight: bold;
}

#streams a {
	text-decoration: none;
	color: #AAAAAA;
}

#streams a:hover {
	text-decoration: underline;
	color: #AAAAAA;
}

#streams a:active {
	text-decoration: underline;
	color: #AAAAAA;
}

#navbar {
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0px;
	top: 100%;
	margin-top: -31px;
	border-top: 1px #666666 solid;
	background: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1px;
	word-spacing: 30px;
	vertical-align: middle;
}

#navbartext {
	position: absolute;
	left: 0px;
	padding-left: 30px;
	padding-top: 6px;
}

#navbartext a {
	color: #ffffff;
	text-decoration: none;
}

#navbartext a:hover {
	color: #ff005a;
	text-decoration: none;
}

#navbartext a:active {
	color: #ff005a;
	text-decoration: none;
}

#listener {
	position: absolute;
	right: 0px;
	padding-right: 30px;
	padding-top: 6px;
	text-align: right;
}

#listener a {
	color: #ffffff;
	text-decoration: none;
}

#listener a:hover {
	color: #ff005a;
	text-decoration: none;
}

#listener a:active {
	color: #ff005a;
	text-decoration: none;
}

#tuneinstroke {
	position: absolute;
	top: 295px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 25px;
	background: url(notunein.jpg) no-repeat center;
}

#request {
	position: absolute;
	top: 293px;
	left: 150px;
	width: 106px;
	height: 58px;
	border: 0px;
}

#arrow {
	position: absolute;
	top: 100%;
	margin-top: -150px;
	right: 207px;
	background: url(arrow.gif) no-repeat;
	width: 100px;
	height: 100px;
}
-->