.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('./page-loader.gif') 50% 50% no-repeat rgb(0, 0, 0);
}

#blocker {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

#instructions {
	width: 100%;
	height: 100%;

	display: -webkit-box;
	display: -moz-box;
	display: box;

	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;

	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;

	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;

	color: #ffffff;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	line-height: 24px;

	cursor: pointer;
}

#healthBarCharacterContainer {
  position: absolute;
  left: 30px;
  width: 300px;
  background-color: grey;
}
#healthBarCharacter {
  position:relative;
  background-color: blue;
  text-align: center;
}
#healthBarEnemyContainer {
  position: absolute;
  right: 30px;
  width: 300px;
  background-color: grey;
  text-align: center;
}
#healthBarEnemyCharacter {
  position:relative;
  background-color: blue;
  text-align: center;
}
#healthBarEnemyCharacter2 {
	position:relative;
	background-color: blue;
	text-align: center;
}

body {
	overflow: hidden;
}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.content {
	font-family: "Courier New", Courier, monospace;
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
	font-size: 20px;
}
.content_final {
	font-family: "Courier New", Courier, monospace;
  position: fixed;
	text-align: center;
	left: 0px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
	font-size: 20px;
}

#day {
	width: 200px;
	text-align: center;
	border: 1px solid white;
	display: inline-block;
	cursor: pointer;
}
#night {
	width: 200px;
	text-align: center;
	border: 1px solid white;
	display: inline-block;
	cursor: pointer;
}
#male {
	width: 200px;
	text-align: center;
	border: 1px solid white;
	display: inline-block;
	cursor: pointer;
}
#female {
	width: 200px;
	text-align: center;
	border: 1px solid white;
	display: inline-block;
	cursor: pointer;
}
#play {
	width: 200px;
	text-align: center;
	border: 1px solid white;
	display: inline-block;
	cursor: pointer;
}