html					{ margin:0px; padding:0px; }
body					{ background:white; margin:0px; padding:0px; font-family:Calibri, Verdana, Tahoma, Arial, Helvetica;
						  font-size:11pt; color:#1c3149; }
.content {
	width: 100vw;
	height: 100vh;
	background: #fefefe;
}	

.logo {
	width: 231px;
	height: 62px;
	position: relative;
	margin: auto;
	top: 50%;
	transform: translateY( -50% );
	background:url('/gfx/lg_main.png'); 
	background-repeat: no-repeat;
}

.logo small {
	display: block;
	position: absolute;
	bottom: -30px;
	font-size: 1.2em;
	width: 100%;
	text-align: center;
}
