.background {
  width: 500px;
  height: 300px;
  z-index: 0;
  position: absolute;
}

.left {
  width: 210px;
  height: 230px;
  z-index: 1;
  position: absolute;
  left: 70px;
}

.right {
  width: 55px;
  height: 170px;
  z-index: 1;
  position: absolute;
  right: 90px;
  top: 40px
}

.bystander {
  width: 110px;
  height: 130px;
  z-index: 1;
  position: absolute;
  top: 50px;
  left: 245px
}

.bystander2 {
  width: 50px;
  height: 90px;
  z-index: 1;
  position: absolute;
  top: 83px;
  left: 320px
}

.bystander3 {
  width: 50px;
  height: 90px;
  z-index: 1;
  position: absolute;
  top: 83px;
  left: 430px
}

.bystander4 {
  width: 50px;
  height: 90px;
  z-index: 1;
  position: absolute;
  top: 83px;
  left: 70px;
  transform: scaleX(-1);
}

.bystander5 {
  width: 140px;
  height: 150px;
  z-index: 1;
  position: absolute;
  top: 30px;
  right: 180px
}

.bystander6 {
  width: 50px;
  height: 90px;
  z-index: 1;
  position: absolute;
  top: 83px;
  left: 20px;
  transform: scaleX(-1);
}

.textbox {
  background-color: firebrick;
  width: 500px;
  height: 85px;
  z-index: 2;
  position: absolute;
  bottom: 0px;
  box-sizing: border-box;
  border: 5px solid lightblue;
  padding: 5px;
}

.name {
  margin: 0px;
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.dialogue {
  margin: 0px;
  padding: 0px;
  font-family: copperplate;
  font-size: 17px;
  color: white;
}

.dialogue2 {
  margin: 0px;
  padding: 0px;
  font-family: copperplate;
  font-size: 25px;
  color: white;
}

body {
  background-color: lightblue;
}

#container {
  background-color: lightseagreen;
  width: 600px;
  height: 600px;
  margin: auto;
  border-radius: 10px 10px 30px 30px;
  box-shadow: 10px 10px 20px black;
}

#screenarea {
  background-color: black;
  width: 500px;
  height: 300px;
  margin: auto;
  border: 30px solid black;
  border-radius: 10px 10px 10px 10px;
  position: relative;
  top: 20px;
}

#screen {
  background-color: white;
  width: 500px;
  height: 300px;
  margin: auto;
  position: relative;
  display: inline-block;
}

#label {
  color: white;
  font-family: comic sans ms;
  text-align: center;
	position: relative;
  top: -16px;
}

#dpad {
  width: 100px;
  height: 100px;
	position: relative;
  top: 60px;
  left: 40px;
}

#updown {
  background-color: black;
  width: 33px;
  height: 100px;
  margin: auto;
  position: relative;
  top: 0px;
  left: 0px;
}

#leftright {
  background-color: black;
  width: 100px;
  height: 33px;
  margin: auto;
  position: relative;
  top: -66px;
  left: 0px;
}

#screens {
  display: none;
}