﻿HTML {
	height:  100%;
	overflow: hidden;
}
BODY {
	text-align:  center;
	padding:  0;
	margin:  0;
	background-color:  #FFFFFF;
	width: 100%; 
	FONT-FAMILY: Helvetica, Verdana, Arial, sans-serif; 
	height:  100%;
	COLOR: white; 
}
A:link {
	COLOR: #bfbfbf
}
A:visited {
	COLOR: #bfbfbf
}
A:active {
	COLOR: #bfbfbf
}
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;
	padding:  0;
	margin:  0;
	width:  100%;
	height:  100%;
}
DIV.missing {
	width:  600px;
	height:  200px;
	position: absolute;
	left:  50%;
	top: 50%;
	margin-left:  -300px;
	margin-top:  -100px;
	z-index:  1;
}
DIV.broken {
	width:  600px;
	height:  200px;
	position: absolute;
	left:  50%;
	top: 50%;
	margin-left:  -300px;
	margin-top:  -100px;
	z-index:  1;
}
DIV.missing A {
	POSITION: relative; HEIGHT: 63px; TOP: -31px
}
DIV.broken A {
	POSITION: relative; HEIGHT: 63px; TOP: -31px
}
DIV.missing IMG {
	BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px
}
DIV.broken IMG {
	BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px
}
DIV#unityPlayer {
	WIDTH: 100%; 
	HEIGHT: 100%; 
    margin-top:0px;
	CURSOR: default
}
DIV#flashPlayer {
    width:  100%;
	height:  100%;
	margin-top:  0px;
}
DIV.flashContainer{
    width:  100%;
	height:  100%;
	position: absolute;
	margin-left:  0px;
	margin-top:  0px;
	z-index:  -1;
}
