html, body {
	height: 100%;
	text-align:center;
	margin: 0px;
	background-color: #6EA6D5;
}

img { border-style: none; }/*no borders on image links!*/

/********************** #Main Window Styles */

#containingBlock {
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: auto;
	display: block;
}

#flashContent {
	display:block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: auto;
	background-color: #6EA6D5;
}

#unityPlayer {
	cursor: default;
	width: 1px; height: 1px;
	position: absolute;
	top: 0px; left: 0px;
}
			
#logo-img {
  position: absolute;
  display: block;
  top: 20px;
  left: calc(50% - 92px);
}

#message-img {
  position: absolute;
  display: block;
  top: 150px;
  left: calc(50% - 170px);
}

#flash-img {
  position: absolute;
  display: block;
  top: 265px;
  left: calc(50% - 56px);
}

#user_message {
  position: absolute;
  display: block;
  top: 165px;
  left: calc(50% - 117px);
}