html {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

body {
  width: 100%;
  height: 100%;
  background-color: #000;
  font-family: Arial;
  font-size: 12pt;
  color: #FFF;
}

a {
  color: #FFF;
  text-decoration: underline;
}

#page {
  padding-top: 50px;
}

#teaser {
  display: block;
  margin: 0 auto;
}

#text {
  width: 480px;
  margin: 35px auto 20px auto;
}

#footer {
  margin: 20px auto 0 auto;
  width: 300px;
  font-size: 8pt;
  color: #FFF;
}

#footer a {
  color: #FFF;
}

#footer ul {
  display: inline;
  list-style: none;
}

#footer ul li {
  display: inline;
  margin-left: 10px;
}

#footer #copyright {
  display: inline;
}


#broadcast {
	font-size:0.67em;
	font-weight:bold;
	text-align:center;
	height:20px;
	background-color:#06C;
	padding-top:3px;
}



