html{
	height:100%
}

body { 
	margin:0; font-family:sans-serif; 
	
	background-image: url(evtec_logaccess-logo.png);
	background-repeat:no-repeat;
	background-position: center center;

	background-color: rgba(255, 255, 255, 0.6);
	background-blend-mode: lighten;
}
#bar {
	background:#222;
	color:#fff;
	padding:10px;
	display:flex;
	justify-content:space-between;
}

a {
	color:#4ea3ff; 
	margin-left:10px;
}
