
body {
	background-color: #efefef;
}

#banner {
	height: 400px;
	background-image: url("/images/ebike-banner-md.jpg");
	background-position: 0px -480px;
}

#disclosure {
	position: relative;
	top: 175px;
	color: #efefef;
	font-size: 0.8rem;
	text-align: center;
}


#footer {
	height: 200px;
	background-color: #444;
}

#header {
	height: 125px;
	border-bottom: 1px solid #efefef;
}

#intro {
	min-height: 220px;
	text-align: center;
	margin-top: 50px;
}


#mainwrapper {
	border: solid 1px #ccc;
	background-color: #fff;
	min-height: 500px;
	margin-top: 5px;
	}