@charset "UTF-8";
/* CSS Document */

#container {
	width: 800px;
	margin: 0 auto;
	}
	
	
#front {
	margin-left: 150px;
}


#start_button {
	margin-left: 300px;
}


#output_container, #room_map, #instruction, #direction {
	display: none;  
}


#go_button, #cherry_button, #peel_button, #roast_button, #grind_button, #brew_button, #monster, #monster_coffee {
	display: none;
}

#button {
	margin-left:300px;
}

#output_container{
	height:200px;
	width:740px;
	padding:20px;
	text-align:center;
}

#cherryDoor, #peelDoor, #roastDoor, #grindDoor, #brewDoor {
	display: none;
}

#step1, #step2, #step3, #step4, #step5 {
	display: none;
}


#step_images{
	width:750px;
	height: 150px;
	margin: 0 auto;
}

#monster_fact_output {
	text-align: center; 
	color: #920000;
	padding-top: 20px; 
}




