﻿@charset "utf-8";
/* CSS Document */
html {
  height: 100%;
  overflow: hidden; /* Hides scrollbar in IE */
}
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: black;
	color: white;
	text-align: center;
	width:100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
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 {
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
}
div.missing {
	margin: auto;
	position: relative;
	top: 50%;
	width: 193px;
}
div.missing a {
	height: 63px;
	position: relative;
	top: -31px;
}
div.missing img {
	border-width: 0px;
}
div#unityPlayer {
	cursor: default;
	height: 960px;
	width: 600px;
}