body, html {
	background-color: white;
}

#banner {
	margin-top:50px;
	width: 100%;
	height: 175px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position:center;
	border: 0px solid red;