html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #000000;
	color: #ffffff;
	font-family: verdana;
	font-size: 11px;
}

a {
	color: #ffffff;
}

div.swfHolder {}	/* style will be overwriten once swf is loaded */

div.fullscreen {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-width: 970px;
}

div.noScript {
	margin:10px;
}

div.experimentContainer{
	position: absolute;
}
