body {
	background-color: black;
	font: 10pt 'lucida grande', 'lucida sans unicode', 'trebuchet ms', verdana, tahoma, sans-serif;
	color: white;
}
/* Transparent png fix for IE */
img, div {
	behavior: url(css/iepngfix.htc);
}
img {
	border: 0;
}

.noflash .text a {
	text-decoration: underline;
	color: red;
}

/* Positioning */
div#wrapper {
	position: relative;
	width: 100%;
	height:100%;
}
div#flashcontent {
	position: absolute;
	width: 100%;
	top:70px;
	left:0;
	margin:0;
}
div#broadcaster {
	position: relative;
	float: right;
	margin-right: 50px;
	top: 10px;
	width: 100px;
	height: 60px;
}
