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

#container{
	height: 1430px;
	width: 1430px;
	background-color: #A8E9D3;
}
#imageholder{
	height: 600px;
	width: 900px;
	float: left;
	background-color: aliceblue;
	margin: 250px;
}
#congrats{
	height: 580px;
	width: 880px;
	background-image: url("images/answerkey.jpg");
	background-size: contain;
	margin: 10px;
}
#backbutton{
	height: 80px;
	width: 200px;
	background-color: black;
	float: left;
	margin-top: 40px;
	margin-left: 300px
}
#button{
	color: white;
	text-align: center;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}
