body {
  background-color: #fff;
  background-image: url('../img/assets/hallway3.jpg');
  background-repeat: no-repeat;
  background-position: top middle;
  background-size: cover;
}

.leftDoor {
	position: absolute;
	top: 0;
  	left: 25px;
  	z-index: 1;
	cursor: help;
}

.leftDoor img {
	width: auto;
  	height: 300px;
	cursor: help;
}

.rightDoor {
    position: absolute;
	top: 0;
  	left: 300px;
  	z-index: 1;
	cursor: help;
}

.rightDoor img {
	width: auto;
  	height: 300px;
	cursor: help;
}