
#footprints {
	background-image: url("footprints.png");
	height:100%;
	width:100px;
	float:left;
}

#content {
	background-color: white;
	color: black;
	margin-left:100px;
	height:100%;
}

h3 {
	color: black;
}

h2 {
	color: black;
}
