/* keep it simple, silly */

	body {
		background-image: url('yel-ging.gif');
	}
	
	#stove {
		width: 450px;
		height: auto;
		/*border: 1px dotted red;*/
		margin: -0 auto;
		padding: 1px;
		/*background-image: url('strip-orange.gif');*/
	}
	
	#pot {
		margin: 25px auto;
		width: 400px;
		/*height: 450px;*/
		background-color: #fffdf7;
		border: 3px dotted #e84354;
	}
	
		#meat img {
			border-radius: 100%;
			width: 150px;
			margin-left: -75px;
			margin-top: 10px;
			margin-right: 15px;
			
			float: left;
			border: 3px dotted #e84354;
		}
		
		#potatoes p {
			padding: 25px;
			color: #5a6373;
			font-family: inconsolata;
		}
		
	#saucepan {
		background-image: url('folded.png');
		background-size: cover;
	}
		
	#saucepan img {
		max-width: 200px;
		max-height: 200px;
		padding: 10px;
	}
	
	#back a {
		text-decoration: none;
		color: #3c77de;
		font-size: 18px;
		font-weight: bold;
	}
	
	#back a:hover {
		font-style: italic;
		color: #47afff;
		text-decoration: underline;
	}
	
	#back ul {
		list-style: none;
		text-align: center;
	}
	
	#back li {
		padding: 8px;
	}