#banner {
	width: 100%;
	height: 150px;
	margin-top: 10px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-position-x: 50%;
	position: center;
}
