		body {
			font-family: Helvetica, Verdana, Arial, sans-serif;
			background-color: black;
			color: white;
			text-align: left;
			height: 100%;
			min-height: 100%;
			width: 100%;
			min-width: 100%;
		}
		a:link, a:visited {
			color: #bfbfbf;
		}
		a:active, a:hover {
			color: #bfbfbf;
		}
		p.header {
			font-size: small;
		}
		p.header span {
			font-weight: bold;
		}
		p.footer {
			font-size: x-small;
		}
		div.content {
			position: absolute; top: 0px; left: 0px;
			margin: auto;
			height: 100%;
			min-height: 100%;
			width: 100%;
			min-width: 100%;
			z-index: 1;
		}
		div.broken,
		div.missing {
			margin: auto;
			position: relative;
			top: 50%;
			width: 193px;
		}
		div.broken a,
		div.missing a {
			height: 63px;
			position: relative;
			top: -31px;
		}
		div.broken img,
		div.missing img {
			border-width: 0px;
		}
		div.broken {
			display: none;
		}
		div#unityPlayer {
			cursor: default;
			height: 100%;
			min-height: 100%;
			width: 100%;
			min-width: 100%;
		}
		iframe#paneloverlay {
			display:inline;
			z-index: 3;
			position:absolute;
			width:80%;
			min-width: 80%;
			height:80%;
			min-height: 80%;
			padding: 0px;
			margin: 0px;
			display:none
		}
