div#logo {
	width: 100%;
	height: 100px;
	margin-top: 20px;
	background-image: url(../images/logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-position-x: 48%;
	position: center;
}