html, body {
	margin: 0; border: 0 none; padding: 0; height: 100%; min-height: 100%;
}
body{
	background-color: black;
}

h1{
	margin:12px 0 0 0;
	font-size:40pt;
	text-align:center;
	font-weight:bold;
}
h2{
	margin-top:0;
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	margin: 0;
}
a{
	text-decoration:none;
	outline:none;
	color: #FFF;
}
a:hover{
	text-decoration:underline;
}

img{
	/*border: white 2px solid;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.7), 2px 2px 6px rgba(0,0,0,1);
	margin:0 3px;*/
	margin-bottom: 2px;
}
ul{
	padding-left: 22px;
	margin-top:7px;
}
.station{
	width: 370px;
	display: inline-table;
	padding: 0 15px;
	vertical-align: top;
	margin-bottom:15px;
}
.green{
	color:#AAFFAA;
	padding-left:5px;
}
.grey{
	color:#AAAAAA;
	padding-left:5px;
	font-style: italic;
}
.red{
	color:#FF0000;
	font-weight:bold;
	padding-left:5px;
}

.twitter{
	display:none;
	border: none !important;
	height:15px;
	box-shadow: none !important;
}
.stationImg{
	display:none;
	height: 60px;
	border: none;
	box-shadow: none;
	margin:0;
	float: right;
}
.fullBg{
	position:fixed;
	top:0;left:0;
	overflow:hidden;
}
#maincontent{
	position:absolute;
	left:0;
	z-index:50;
	width:100%;
	font-family: Helvetica,Verdana,sans-serif;
	font-size:14pt;
	color:#FFF;
	font-style:normal;
}
#box{
	width:800px;
	margin:50px auto;
	padding:10px 50px;
	background: url(/img/grey.png);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.7), 2px 2px 6px rgba(0,0,0,1);
	-moz-box-shadow:inset 0 0 10px #000000;
	-webkit-box-shadow:inset 0 0 10px #000000;
	box-shadow: 0 0 50px #000000 inset;
}
#disc{
	color:#333;
	font-size:10pt;
	text-align: justify;
	padding: 20px 0;
}
#disc a{
	color:#333;
}
#link{
	margin: 20px auto 10px auto;
	width:375px;
}
#linkImg{
	height: 60px;
	border: none;
	box-shadow: none;
	margin:0;
	float: left;
	margin:-10px 7px 0 0;
}
#wrapper{
	margin: 0 auto; oveflow: hidden; -moz-box-shadow:inset 0 0 10px #000000;
	-webkit-box-shadow:inset 0 0 10px #000000;
	box-shadow: 0 0 50px 15px #000000 inset;  position: fixed;
	width: 100%; height: 100%; min-height: 100%;z-index:2;
}
