html {

}

	body {margin: 0px 0px 0px 0px;}

Body {
	
	background-image: url("wallpaper.webp");
	background-repeat: tile;
	background-size: 500px,500px;

}


	#tbox {
		width: 600px;
		height: 75px;
		background-color: rgba(237, 221, 204, 0.8);
		border-radius: 10px;
		position: relative;
	
			}

	h2 {
		color: maroon;
		/* vertical-align: middle;  Not working for some reason */
		position: relative;
		top: 20px;
			}
			
	#cabinet1 {
		width: 500px;
		
		position: absolute;
		left: 0px;
		bottom: -20px;
			}
			
	#cabinet2 {
		width: 200px;
		
		position: absolute;
		left: 49px;
		bottom: 479px;
			}	

	#cabinet3 {
		
		height: 875px;
		position: absolute;
		right: 10px;
		bottom: -60px;
			}
			
	#cabinet4 {
		width: 647px;
		
		position: absolute;
		right: 250px;
		bottom: -100px;
			}
			
	#cabinet5 {
		height: 700px;
		position:absolute;
		left: 420px;
		bottom: -20px;
			}
			
	#answer {
		height: "30";
		width: "60";
		border: "0";
		outline: none;
		box-shadow: none;
		position: absolute;
		left: 705px;
		bottom: 525px;
			}
			
	#fishtank {
		position: absolute;
		right: 342px;
		bottom: 381px;
			}
			
	#nothere {
		color: maroon;
		position: absolute;
		left: 209px;
		bottom: -50px;
			}
			
			
			
			
			
			

