html, body {
	height: 100%;
}

body {
	color: #222222;
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	font-size: 18px;
	line-height: 1;
	margin: 0;
	padding: 0;
	background: #A5BEB4;
}

div.warning {
	background: #ffffff;
	text-align: center;
	padding: 15px 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
}

div.content {
	background: url(siem.svg) no-repeat;
	background-size: 90%;
	background-position: 50% 50%;
	max-width: 520px;
	height: 100%;
	margin: 0 auto 0 auto;
}

div.content * {
	display: none;
}