body, html {
	height: 50%

}

* {
	font-family: 'Open Sans', sans-serif;
}

.bgimg {
	height: 100%;
	background-position: center;
	background-size: cover;
	position: relative;
	color: #444444;
	font-size: 14px;
}

.h16 {
	font-size: 16px;
}

.topleft {
	position: absolute;
	top: 0;
	left: 20px;
}

.bottomleft {
	position: absolute;
	bottom: 0;
	left: 20px;
}

.middle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

hr {
	margin: auto;
	width: 40%;
}