*
{
	cursor: default;
}

html, body
{
	background-color: #eee;
	height: 100%;
}

.container
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	vertical-align: middle;
	margin: 0 auto -24px auto;
}

img
{
	padding-top: 25vh;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	height: auto;
}

footer
{
	position: relative;
	top: -1em;
	text-align: center;
	color: #000;
	font-size: 9pt;
	z-index: 9;
}