@font-face {
	font-family: DejaVuSans;
	font-style: normal;
	font-weight: normal;
	src: url(../woff2/dejavusans.woff2);
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

body {
	margin-top: -10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	flex-flow: center;
	align-items: center;
	align-content: center;
}

#lmosaic, #rmosaic {
	display: inline-block;
	margin: 0;
	flex-grow: 1;
	height: 120px;
	background-color: #fafafa;
	background-repeat: no-repeat;
	border: 1px solid #808080;
}

#lmosaic {
	border-left: none;
	border-right: 1px solid #555555;
	background-image: url(../img/lmosaic.png);
	background-position: right top;
}

#rmosaic {
	border-right: none;
	border-left: 1px solid #555555;
	background-image: url(../img/rmosaic2.png);
	background-position: left top;
}

#cardbox {
	display: inline-block;
	flex-shrink: 0;
	text-align: center;
	margin: 0;
	width: 480px;
	padding: 10px;
	background: #ffffff;
	color: #555555;
	font: 17px DejaVuSans,sans-serif;
}

#cardbox img {
	margin: 1px;
}

#cardbox h1 {
	margin: 7px;
	color: #555555;
	font: 32px DejaVuSans,sans-serif;
}
