html, body{
	background-color: #585d66;
}

#image-holer{
	width: 100%;
	height: 100%;
	text-align: center;
	max-width: 1024px;
}

#image-holer img
{
	vertical-align: middle;
}

#buttons{
	width: 100%;
	position:fixed;
	bottom: 0;
	background-color: #6e7582;
}

#popup-correct{
	position: fixed;
	top: 100px;
	width: 100%;
	background-color: #7d8ca5;
	color: white;
	padding: 15px;
	border: solid 4px #7da57e;
	visibility: hidden;
}

#popup-incorrect{
	position: fixed;
	top: 100px;
	width: 100%;
	background-color: #7d8ca5;
	color: white;
	padding: 15px;
	border: solid 4px #f44242;
	visibility: hidden;
}

#popup-end{	
	position: fixed;
	top: 100px;
	width: 100%;
	background-color: #7d8ca5;
	color: white;
	padding: 15px;
	border: solid 4px #eaea3f;
	visibility: hidden;
}
