body {
	background-image: url();
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-color: #000;
}
.news {	font-family:"Courier New", Courier, monospace;
	color:#FFF;
	font-size:14px;
	font-weight:300;
}
#footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
  height:footer-<length>; 	z-index: 1000;
}
#radio {	font-family:"Courier New", Courier, monospace;
	color:#C0D2EF;
	font-size:14px;
	letter-spacing:1;
	font-weight:bold;
}
#flasher {
	position:absolute;
	width:100%;
	z-index:1001;
}
.copyright {
	font-family:"Courier New", Courier, monospace,;
	color:#333;
	font-size:11px;
}

.press {
	font-family:"Courier New", Courier, monospace,;
	color:#FFF;
	font-size:15px;
	font-weight:600;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

