html {
	background: url(Images/Backgrounds/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-size: cover;
}

.container {
	position: relative;
	margin: auto;
	top: 30px;
	width: 1000px;
	height: 720px;
	background-color: black;
	border: thick solid black;
	overflow: hidden;
}

.stage {
	position: absolute;
	z-index: 1;
	user-drag: none; 
	user-select: none;
}

.textBox {
	position: absolute;
	top: 520px;
	left: 0px;
	height: 200px; /*Change to 150px*/
	width: 1000px;
	background-color: rgba(0,0,0,0.6);
	z-index: 11;
}
.transparentBox {
	position: absolute;
	height: 720px;
	width: 1000px;
	background-color: rgba(0,0,0,0.6);
	z-index: 9;
}
.charName {
	position: absolute;
	top: 540px;
	left: 10px;
	height: 50px;
	width: 1000px;
	font-family: 'Belgrano', serif;
	color: white;
	font-size: 22px;
	z-index: 12;
}
.writeText {
	position: absolute;
	top: 580px;
	left: 10px;
	height: 200px;
	width: 1000px;
	color: white;
	font-size: 20px;
	font-family: 'Belgrano', serif;
	cursor: pointer;
	z-index: 12;
}
.sound{
	position: absolute;
	top: 10px;
	left: 940px;
	cursor: pointer;
	z-index: 11;
}
#title {
	position: absolute;
	font-family: 'Cinzel Decorative', cursive;
	font-size: 60px;
	top: 30px;
	left:250px;
	z-index: 3;
}
#artefact {
	position: absolute;
	left: 500px;
	top:150px;
	height: 300px;
	width: auto;
	z-index: 4;
}
.button {
	position: absolute;
	background-color: rgba(0,0,0,0.6);
	color: white;
	font-family: 'Belgrano', serif;
	font-size: 20px;
	text-align: center;
	padding: 20px;
	border: 2px solid white;
	border-radius: 10px;
	cursor: pointer;
	z-index: 10;
}
.button:hover {
	background-color: white;
	color: black;
}
#start {
	top: 550px;
	left: 425px;
	width: 150px;
}
#lore {
	top: 630px;
	left: 425px;
	width: 150px;
}
#flash {
	position: absolute;
	width: 1000px;
	height: 720px;
	background-color: white;
	z-index: 1;
}
.sigil {
	position: absolute;
	height:auto;
	width:300px;
	z-index: 2;
}
#padlock {
	position: absolute;
	top: 350px;
	left: 600px;
	width: 60px;
	height: auto;
	z-index: 4;
}
#key {
	position: absolute;
	top:300px;
	left: 350px;
	width: 40px;
	height: auto;
	z-index: 999;
}
.leftPos {
	position: absolute;
	top: 260px;
	left: 30px;
	transform: scaleX(-1);
	height: 450px; 
	width: auto;
	z-index: 3;
}

.midPos {
	position: absolute;
	top: 260px;
	left: 400px;
	transform: scaleX(1);
	height: 450px; 
	width: auto;
	z-index: 3;
}

.rightPos {
	position: absolute;
	top: 260px;
	left: 720px;
	transform: scaleX(1);
	height: 450px; 
	width: auto;
	z-index: 3;
}


