html,body{
width:100%;
height:100%;
overflow:hidden;
border:0;
margin:0;
padding:0;
font:12px/17px "Helvetica","Arial",sans-serif;
background-color: #000000;
color:#CCC;
}

#background{position:absolute; z-index:1; width:100%; height:100%;}


/*Example of alternative body-element, since the body is covered with the scaling image*/
#content{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:2;
	overflow:auto;
}

a:link {
	color: #F60;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6A00;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FF6A00;
}

#menu {
	color:#999;
}
#menu a {
	padding-left:10px;
	padding-right:10px;
}
#menu a:link {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	}
#menu a:visited {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#menu a:hover {
	color:#F90;
	text-decoration:underline;
}
#menu a:active {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#stations {
	font-size:11px;
	line-height:100%;
	color:#EEE
}
