@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

#stage {
	width: 1200px;
	height: 600px;
	margin: auto;
	position: relative;
	background-color: #000000;
	border: 5px solid #a14127;
	border-radius: 20px;
}
/*BACKGROUNDS*/

#pinkBG {
	width: 1200px;
	height: 600px;
	margin: auto;
	position: absolute;
	background-color: #ffd0bf;
	border-radius: 20px;
}

#beginningBG {
	width: 1200px;
	height: 600px;
	margin: auto;
	position: absolute;
	background-image: url("images/bedroom.jpg");
	border-radius: 20px;
}

#kitchenBG {
	width: 1200px;
	height: 600px;
	margin: auto;
	position: absolute;
	background-image: url("images/kitchen.png");
	border-radius: 20px;
}


#livingroomBG {
	width: 1200px;
	height: 600px;
	margin: auto;
	position: absolute;
	background-image: url("images/livingroom.jpg");
	border-radius: 20px;
}

#battleBG {
	width: 1200px;
	height: 600px;
	margin: auto;
	position: absolute;
	background-image: url("images/BattleBG.jpg");
	border-radius: 20px;
}

#backyardBG {
	width: 1200px;
	height: 600px;
	margin: auto;
	position: absolute;
	background-image: url("images/backyard.jpg");
	border-radius: 20px;
}

#neighbourBG {
	width: 1200px;
	height: 600px;
	margin: auto;
	position: absolute;
	background-image: url("images/neighbourHouse.jpg");
	border-radius: 20px;
}

#storageRoomDoorBG {
	width: 1200px;
	height: 600px;
	margin: auto;
	position: absolute;
	background-image: url("images/storageRoomDoor.png");
	border-radius: 20px;
}

#storageRoomBG {
	width: 1200px;
	height: 600px;
	margin: auto;
	position: absolute;
	background-image: url("images/storageroom.jpg");
	border-radius: 20px;
}

#pantryBG {
	width: 1200px;
	height: 600px;
	margin: auto;
	position: absolute;
	background-image: url("images/pantryBG.jpg");
	border-radius: 20px;
}

#pantryBGChoc {
	width: 1200px;
	height: 600px;
	margin: auto;
	position: absolute;
	background-image: url("images/pantryBGChoc.jpg");
	border-radius: 20px;
}

#bathroomBG {
	width: 1200px;
	height: 600px;
	margin: auto;
	position: absolute;
	background-image: url("images/bathroom.jpg");
	border-radius: 20px;
}

#mouseHoleBG {
	width: 1200px;
	height: 600px;
	margin: auto;
	position: absolute;
	background-image: url("images/mouseHoleBG.jpg");
	border-radius: 20px;
}

#vetBG {
	width: 1200px;
	height: 600px;
	margin: auto;
	position: absolute;
	background-image: url("images/vetBG.png");
	border-radius: 20px;
}

#lockPath {
	left: 100px;
	top: 70px;
	position: absolute;
	border-radius: 10px;
}

#lockPathBG {
	width: 1000px;
	height: 500px;
	left: 95px;
	top: 65px;
	position: absolute;
	background-color: #000000;
	border-radius: 10px;
	border: 5px solid #ffd0bf;
}

#lockPathPantry {
	left: 100px;
	top: 70px;
	position: absolute;
	border-radius: 10px;
}

#doorKnobGameBG {
	left: 100px;
	top: 70px;
	position: absolute;
	border-radius: 10px;
	border: 5px solid #ffd0bf;
}

/*STARTMENU*/
#chocolateStart {
	width: 350px;
	height: 350px;
	position: absolute;
	bottom: 0px;
	left: 50px;
}

#titleStartHeading {
	font-size: 30px;
	text-align: center;
	padding-top: 6%;
	font-family: 'Press Start 2P', cursive;
	color: #a14127;
}

#titleStartSubHeading {
	font-size: 30px;
	text-align: center;
	font-family: 'Press Start 2P', cursive;
	color: #a14127;
	margin-bottom: 200px;
}

#startButton {
	width: 250px;
	height: 55px;
	padding-top: 30px;
}

/*INTRODUCTION*/
#chocolateCutScene {
	position: absolute;
	left: 350px;
	bottom: 190px;
	width: 500px;
	height: 500px;
}

/*KITCHEN*/

#furnitureDialogue {
}

#furnitureInstructions {
}

/*BATHROOM*/

.mouseSelection {
	position: absolute;
	color: #ffffff;
	padding: 20px;
	font-size: 20px;
	font-family: 'Press Start 2P', cursive;
	top: 460px;
	left: 280px;
}

.mouseSelection:hover {
	border: 5px solid #ffee82;
	border-radius: 20px;
}

#textOutputChoice {
	position: absolute;
	color: #ffffff;
	top: 400px;
	left: 50px;
	margin: 50px;
	font-size: 20px;
	font-family: 'Press Start 2P', cursive;
}


/*DOOR KNOB GAME*/

#pawIconNoHover {
	position: absolute;
	top: -50px; 
	left: 160px;
}

#pawIconHover {
	position: absolute;
	top: -50px; 
	left: 160px; 
	opacity: 0;
}

#pawIconHover:hover {
	opacity: 1;
}

#pawIconParent {
	position: absolute;
	top: 115px;
	left: 420px;
	width: 400px;
	height: 400px;
	border: 1px solid rgba(0,0,0,0);
	border-radius: 50%;
	transform: rotate(0deg);
	transition: transform 1s linear;
}

#progressBarDoorKnob{
	height: 30px;
	width: 100%;
	background-color: #66e880;
	position: absolute;
}

#one {
}

#two{
}

#three {
}

.numberClass {
	position: absolute;
	left: 540px;
	top: 250px;
}
/*NEIGHBOUR LOCK MINI GAME */

#lockSprite {
	position: absolute;
}

#exitLock {
	position: absolute;
	height: 40px;
	width: 5px;
	background-color: yellow;
	top: 297px;
	right: 100px;
}

#countDownBar {
	width: 1000px;
	height: 30px;
	background-color: #575757;
	position: absolute;
	left: 100px;
	top: 20px;
}

#countDownBarProgress {
	height: 30px;
	width: 100%;
	background-color: #66e880;
	position: absolute;
}

/*PANTRY LOCK MINI GAME*/

#exitLock2 {
	position: absolute;
	height: 5px;
	width: 30px;
	background-color: yellow;
	top: 565px;
	left: 600px;
}

/*BATTLES*/

.healthBar{
	font-size: 15px;
	font-family: 'Press Start 2P', cursive;
	width: 300px;
	height: 20px;
	background-color: #575757;
	position: absolute;
}

.healthBarProgress {
	width: 100%;
	height: 20px;
	background-color: #66e880;
	position: absolute;
}

#geckoHealthBarProgress {
}

#feistyHealthBarProgress {
}

#geckoHealthBar {
	left: 30px;
	top: 60px;
}

#feistyHealthBar {
	left: 30px;
	top: 60px;
}

.healthBoxProperties {
	width: 400px;
	height: 100px;
	border-radius: 10px;
	position: absolute;
}

#geckoHealthBoxName {
	position: absolute;
	color: #ffee82;
	left: 30px;
	top: 20px;
	font-size: 20px;
	font-family: 'Press Start 2P', cursive;
}

#feistyHealthBoxName {
	position: absolute;
	color: #a14127;
	left: 30px;
	top: 20px;
	font-size: 20px;
	font-family: 'Press Start 2P', cursive;
}

#geckoHealthBox {
	background-color: #a14127;
	border: 5px solid #ffee82;
	left: 60px;
	top: 30px;
}

#feistyHealthBox {
	bottom: 215px;
	right: 50px;
	background-color: #ffee82;
	border: 5px solid #a14127;
}

.battleTextOutputProperties {
	position: absolute;
	color: #ffffff;
	padding: 20px;
	font-size: 20px;
	font-family: 'Press Start 2P', cursive;
}

.battleTextOutputProperties:hover {
	border: 5px solid #ffee82;
	border-radius: 20px;
}

#fightOption {
	top: 425px;
	left: 280px;
	position: absolute;
	color: #ffffff;
	padding: 20px;
	font-size: 20px;
	font-family: 'Press Start 2P', cursive;
}

#fightOption:hover {
	border: 5px solid #ffee82;
	border-radius: 20px;
}

#scratch {
	position: absolute;
	color: #ffffff;
	padding: 20px;
	font-size: 20px;
	font-family: 'Press Start 2P', cursive;
	top: 460px;
	left: 280px;
}

#scratch:hover {
	border: 5px solid #ffee82;
	border-radius: 20px;
}

#bite {
	position: absolute;
	color: #ffffff;
	padding: 20px;
	font-size: 20px;
	font-family: 'Press Start 2P', cursive;
	top: 460px;
	left: 785px;
}

#bite:hover {
	border: 5px solid #ffee82;
	border-radius: 20px;
}

#gatorOption {
	position: absolute;
	color: #ffffff;
	padding: 20px;
	font-size: 20px;
	font-family: 'Press Start 2P', cursive;
	top: 460px;
	left: 280px;
}

#gatorOption:hover {
	border: 5px solid #ffee82;
	border-radius: 20px;
}

#itemsOption {
	position: absolute;
	color: #ffffff;
	padding: 20px;
	font-size: 20px;
	font-family: 'Press Start 2P', cursive;
	top: 425px;
	left: 785px;
}

#itemsOption:hover {
	border: 5px solid #ffee82;
	border-radius: 20px;
}

#cryOption {
	top: 495px;
	left: 295px;
}

#runOption {
	top: 495px;
	left: 810px;
}

#statementBattleOutput{
	top: 400px;
	left: 50px;
	margin: 50px;
}

/*DRAG AND DROP*/

#cheese {
	position: absolute;
	left: 200px;
	top: 300px;
}

#pin {
	position: absolute;
	left: 450px;
	top: 320px;
}

#deadBug {
	position: absolute;
	left: 680px;
	top: 300px;
}

#mouseTrap {
	position: absolute;
	left: 900px;
	top: 320px;
}

#plasticBag {
	position: absolute;
	left: 550px;
	top: 495px;
}

/*LIVING ROOM*/

#yesOption {
	position: absolute;
	color: #ffffff;
	padding: 20px;
	font-size: 20px;
	font-family: 'Press Start 2P', cursive;
	top: 480px;
	left: 280px;
}

#yesOption:hover {
	border: 5px solid #ffee82;
	border-radius: 20px;
}

#noOption {
	position: absolute;
	color: #ffffff;
	padding: 20px;
	font-size: 20px;
	font-family: 'Press Start 2P', cursive;
	top: 480px;
	left: 785px;
}

#noOption:hover {
	border: 5px solid #ffee82;
	border-radius: 20px;
}

/*SPRITES*/
.feistySpritePosition {
	position: absolute;
	bottom: 150px;
	left: 50px;
}

.feistySpritePositionBattle {
	position: absolute;
	bottom: 160px;
	left: -30px;
}

#feistySprite {
}

#feistySpriteSurprised {
}

#feistySpriteSad {
}

#feistySpriteAngry {
}

#feistySpriteEvil {
}

#feistySpriteDreamy {
}

#feistySpriteHappy {
}

#feistySpriteBattle{
}

.geckoSpritePosition {
	position: absolute;
	bottom: 150px;
	right: 50px;
	width: 350px;
	height: 414px;
}

.geckoSpritePositionBattle {
	position: absolute;
	bottom: 150px;
	right: -50px;
	top: -90px;
	width: 250px;
	height: 314px;
}

#geckoSprite {
}

#geckoSpriteSurprised {
}

#geckoSpriteSad {
}

#geckoSpriteAngry {
}

#geckoSpriteMad {
}

#geckoSpriteBattle {
}

.birdSpritePosition {
	position: absolute;
	bottom: 150px;
	right: 50px;
	width: 350px;
	height: 414px;
}

#birdSprite {
}

#birdSpriteAngry {
}

#birdSpriteMad {
}

#birdSpriteSurprised {
}

#birdSpriteBattle {
}

#birdSpriteAngryBattle {
}

#birdSpriteMadBattle {
}

#birdSpriteSurprisedBattle {
}

.mouseSpritePosition {
	position: absolute;
	bottom: 150px;
	right: 50px;
	width: 389px;
	height: 325px;
}

#mouseSprite {
}

#mouseSpriteSad {
}

#mouseSpriteAngry {
}

/*MUSIC AND SOUND EFFECTS*/

#mainMusicTheme {
}

#dreamMusic {
}

#backgroundMusic1 {
}

#geckoTheme {
}

#battleMusic {
} 

#doorShut {
}

#notificationSound {
}

#notification2Sound {
}

#hoverSound {
}

#clickSound {
}

#alertSound {
}

#alert2Sound {
}

#birdChirp {
}

#dogBarkSound {
}

#dogTheme {
}

#metalCrash {
}

#doorClick {
}

#doorKnobMusic {
}

#bongoSound {
}

#dingSound {
}

#chaseMusic {
}

#doorOpen {
}

#footstepsSound {
}

#eatSound {
}

#crowdSound {
}

#unlockingSound {
}

#bagSound {
}

#play {
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 5px;
	left: 1140px;
}

#mute {
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 5px;
	left: 1140px;
}

/* ALL */

#textOutput {
	position: absolute;
	color: #ffffff;
	top: 400px;
	left: 50px;
	margin: 50px;
	font-size: 20px;
	font-family: 'Press Start 2P', cursive;
}

#textBox {
	width: 1100px;
	height: 150px;
	background-color: #2b3140;
	border: 5px solid #ffee82;
	border-radius: 20px;
	position: absolute;
	bottom: 30px;
	left: 50px;
}

#textOutput2 {
	position: absolute;
	text-align: center;
	color: #a14127;
	top: 200px;
	padding-right: 425px;
	padding-left: 425px;
	padding-top: 10px;
	font-size: 18px;
	font-family: 'Press Start 2P', cursive;
}

.textBox2 {
	width: 400px;
	height: 200px;
	bottom: 200px;
	left: 400px;
	background-color: #ffee82;
	border: 5px solid #a14127;
	border-radius: 20px;
	position: absolute;
}

#textOutput3 {
	position: absolute;
	color: #ffffff;
	padding-right: 800px;
	padding-top: 400px;
	top: 20px;
	left: 20px;
	font-size: 18px;
	font-family: 'Press Start 2P', cursive;
}

#textBox3 {
	width: 400px;
	height: 200px;
	bottom: 200px;
	left: 5px;
	bottom: 5px;
	background-color: #2b3140;
	border: 5px solid #ffee82;
	border-radius: 20px;
	position: absolute;
}

.arrowHoverSound {
}

#leftArrow_geckoFightYellow { /*No Hover Arrow*/
	position: absolute;
	left: 10px;
	bottom: 262px;
}

#leftArrow_geckoFight {
	position: absolute;
	left: 10px;
	bottom: 262px;
	opacity: 0;
}

#leftArrow_geckoNoBirdYellow { /*No Hover Arrow*/
	position: absolute;
	left: 10px;
	bottom: 262px;
}

#leftArrow_geckoNoBird {
	position: absolute;
	left: 10px;
	bottom: 262px;
	opacity: 0;
}

#leftArrow_geckoBirdYellow { /*No Hover Arrow*/
	position: absolute;
	left: 10px;
	bottom: 262px;
}

#leftArrow_geckoBird {
	position: absolute;
	left: 10px;
	bottom: 262px;
	opacity: 0;
}

#leftArrow_livingRoomYellow { /*No Hover Arrow*/
	position: absolute;
	left: 10px;
	bottom: 262px;
}

#leftArrow_livingRoom {
	position: absolute;
	left: 10px;
	bottom: 262px;
	opacity: 0;
}

#leftArrow_geckoPopUpYellow { /*No Hover Arrow*/
	position: absolute;
	left: 10px;
	bottom: 262px;
}

#rightArrow_bathRoomMouseYellow { /*No Hover Arrow*/
	position: absolute;
	right: 10px;
	bottom: 262px;
}

#rightArrow_bathRoomMouse {
	position: absolute;
	right: 10px;
	bottom: 262px;
	opacity: 0;
}

#rightArrow_bathRoomYellow { /*No Hover Arrow*/
	position: absolute;
	right: 10px;
	bottom: 262px;
}

#rightArrow_bathRoom {
	position: absolute;
	right: 10px;
	bottom: 262px;
	opacity: 0;
}

#upArrow_NeighbourNoAccessYellow { /*No Hover Arrow*/
	position: absolute;
	top: 10px;
	left: 562px;
}

#upArrow_NeighbourNoAccess { 
	position: absolute;
	top: 10px;
	left: 562px;
	opacity: 0;
}

#upArrow_NeighbourNoAccess:hover { 
	position: absolute;
	top: 10px;
	left: 562px;
	opacity: 1;
}

#upArrow_NeighbourYardAfterFightYellow { /*No Hover Arrow*/
	position: absolute;
	top: 10px;
	left: 562px;
}

#upArrow_NeighbourYardAfterFight {
	position: absolute;
	top: 10px;
	left: 562px;
	opacity: 0;
}

#upArrow_NeighbourYardAfterFight:hover {
	position: absolute;
	top: 10px;
	left: 562px;
	opacity: 1;
}

#upArrow_NeighbourYardNoFightYellow { /*No Hover Arrow*/
	position: absolute;
	top: 10px;
	left: 562px;
}

#upArrow_NeighbourYardNoFight {
	position: absolute;
	top: 10px;
	left: 562px;
	opacity: 0;
}

#upArrow_NeighbourYardNoFight:hover {
	position: absolute;
	top: 10px;
	left: 562px;
	opacity: 1;
}

#downArrow {
	position: absolute;
	left: 562px;
	bottom: 10px;
}

#downArrowHover {
	position: absolute;
	left: 562px;
	bottom: 10px;
	opacity: 0;
}

#downArrowHover:hover {
	position: absolute;
	left: 562px;
	bottom: 10px;
	opacity: 1;
}

#leftArrow_geckoFight:hover {
	position: absolute;
	left: 10px;
	bottom: 262px;
	opacity: 1;
}

#leftArrow_geckoNoBird:hover {
	position: absolute;
	left: 10px;
	bottom: 262px;
	opacity: 1;
}

#leftArrow_geckoBird:hover {
	position: absolute;
	left: 10px;
	bottom: 262px;
	opacity: 1;
}

#leftArrow_livingRoom:hover {
	position: absolute;
	left: 10px;
	bottom: 262px;
	opacity: 1;
}

#rightArrow_bathRoomMouse:hover {
	position: absolute;
	right: 10px;
	bottom: 262px;
	opacity: 1;
}

#rightArrow_bathRoom:hover {
	position: absolute;
	right: 10px;
	bottom: 262px;
	opacity: 1;
}

#feistyNameTag {
	color: #a14127;
	left: 80px;
}

#feistyNameTagBox {
	left: 60px;
	background-color: #ffee82;
	border: 5px solid #a14127;
}

#geckoNameTag {
	color: #ffee82;
	right: 90px;
}

#geckoNameTagBox {
	right: 60px;
	background-color: #a14127;
	border: 5px solid #ffee82;
}

#birdNameTag {
	color: #a14127;
	right: 90px;
}

#birdNameTagBox {
	right: 60px;
	background-color: #7ecaed;
	border: 5px solid #a14127;
}

#mouseNameTag {
	color: #a14127;
	right: 90px;
}

#mouseNameTagBox {
	right: 60px;
	background-color: #ffd0bf;
	border: 5px solid #a14127;
}

.nameTag {
	width: 150px;
	height: 50px;
	border-radius: 10px;
	position: absolute;
	bottom: 180px;
}

.nameProperties {
	font-size: 20px;
	font-family: 'Press Start 2P', cursive;
	position: absolute;
	bottom: 200px;
}

/* EFFECTS */
#fade {
	width: 1200px;
	height: 600px;
	background-color: #000000;
	border-radius: 20px;
	position: absolute;
}

#fade2 {
	width: 1200px;
	height: 600px;
	background-color: #000000;
	position: absolute;
	border-radius: 20px;
}

.textHoverStyle {
	font-family: 'Press Start 2P', cursive;
	font-size: 25px;
	text-align: center;
	display: block;
	margin: auto;
	background-color: #ffd0bf;
	border: 5px solid #a14127;
	border-radius: 10px;
	border-style: outset;
	text-decoration: none;
	color: #a14127;
}

.textHoverStyle:hover {
	font-family: 'Press Start 2P', cursive;
	font-size: 25px;
	text-align: center;
	display: block;
	margin: auto;
	background-color: #ffee82;
	border: 5px solid #a14127;
	border-radius: 10px;
	border-style: onset;
	text-decoration: none;
	color: #7ecaed;
}

.textHoverStyle:active {
	font-family: 'Press Start 2P', cursive;
	font-size: 25px;
	text-align: center;
	display: block;
	margin: auto;
	background-color: #fae66b;
	border: 5px solid #a14127;
	border-radius: 10px;
	border-style: inset;
	text-decoration: none;
	color: #65b6db;
}

#finalTimer {
	font-family: 'Press Start 2P', cursive;
	font-size: 45px;
	text-align: center;
	position: absolute;
	color: #ff1100;
	padding: 30px;
}

/*HOVER OBJECTS*/

.objectClass {
	position: absolute;
}

/*living room*/

#object_livingRoomStairsNoHover {
	left: 300px;
	top: 200px;
}

#object_livingRoomStairs {
	left: 300px;
	top: 200px;
	opacity: 0;
}

#object_livingRoomStairs:hover {
	opacity: 1;
}

#object_livingRoomFrontDoorNoHover {
	left: 10px;
	top: 260px;
}

#object_livingRoomFrontDoor {
	left: 10px;
	top: 260px;
	opacity: 0;
}

#object_livingRoomFrontDoor:hover {
	opacity: 1;
}

#object_livingRoomCouchNoHover {
	top: 250px;
	left: 550px;
}

#object_livingRoomCouch {
	top: 250px;
	left: 550px;
	opacity: 0;
}

#object_livingRoomCouch:hover {
	opacity: 1;
}

#object_livingRoomLampNoHover {
	top: 200px;
	left: 765px;
}

#object_livingRoomLamp {
	top: 200px;
	left: 765px;
	opacity: 0;
}

#object_livingRoomLamp:hover {
	opacity: 1;
}

#object_livingRoomStorageRoomNoHover {
	top: 180px;
	left: 895px;
}

#object_livingRoomStorageRoom {
	top: 180px;
	left: 895px;
	opacity: 0;
}

#object_livingRoomStorageRoom:hover {
	opacity: 1;
}

#object_mouseHoleNoHover {
	left: 710px;
	top: 260px;
}

#object_mouseHole {
	left: 710px;
	top: 260px;
	opacity: 0;
}

#object_mouseHole:hover {
	opacity: 1;
}

/*storage room*/

#object_harpoonNoHover {
	top: 250px;
	left: 115px;
}

#object_harpoon {
	top: 250px;
	left: 115px;
	opacity: 0;
}

#object_harpoon:hover {
	opacity: 1;
}

#object_arrowsNoHover {
	top: 550px;
	left: 375px;
}

#object_arrows {
	top: 550px;
	left: 375px;
	opacity: 0;
}

#object_arrows:hover {
	opacity: 1;
}

#object_drawerNoHover {
	top: 300px;
	left: 1090px;
}

#object_drawer {
	top: 300px;
	left: 1090px;
	opacity: 0;
}

#object_drawer:hover	{
	opacity: 1;
}

#object_junkNoHover {
	top: 310px;
	left: 440px;
}

#object_junk {
	top: 310px;
	left: 440px;
	opacity: 0;
}

#object_junk:hover {
	opacity: 1;
}

#object_bongoNoHover {
	top: 410px;
	left: 870px;
}

#object_bongo {
	top: 410px;
	left: 870px;
	opacity: 0;
}

#object_bongo:hover {
	opacity: 1;
}

/*kitchen*/

#object_tableNoHover {
	left: 1050px;
	top: 350px;
}

#object_table {
	left: 1050px;
	top: 350px;
	opacity: 0;
}

#object_table:hover {
	opacity: 1;
}

#object_sinkNoHover {
	left: 50px;
	top: 340px;
}

#object_sink {
	left: 50px;
	top: 340px;
	opacity: 0;
}

#object_sink:hover {
	opacity: 1;
}

#object_counterNoHover {
	left: 590px;
	top: 340px;
}

#object_counter {
	left: 590px;
	top: 340px;
	opacity: 0;
}

#object_counter:hover {
	opacity: 1;
}

/*pantry*/

#object_chocolateNoHover {
	left: 757px;
	top: 185px;
}

#object_chocolate {
	left: 757px;
	top: 185px;
	opacity: 0;
}

#object_chocolate:hover {
	opacity: 1;
}

/*bathroom*/ 

#object_toiletPaperNoHover {
	left: 855px;
	top: 385px;
}

#object_toiletPaper {
	left: 855px;
	top: 385px;
	opacity: 0;
}

#object_toiletPaper:hover {
	opacity: 1;
}

#object_dirtyLaundryNoHover {
	left: 50px;
	top: 500px;
}

#object_dirtyLaundry {
	left: 50px;
	top: 500px;
	opacity: 0;
}

#object_dirtyLaundry:hover {
	opacity: 1;
}

#object_bathTubNoHover {
	left: 575px;
	top: 400px;
}

#object_bathTub {
	left: 575px;
	top: 400px;
	opacity: 0;
}

#object_bathTub:hover {
	opacity: 1;
}










