body {
	background: #fff;
}
#listing {
	list-style: none;
	height: 400px;
	overflow: scroll;
	margin:0;
	padding:0;
	width: 100%;
}
#listing li {
	float: left;
	width: 150px;
	height: 125px;
	margin: 5px;
}
h1 {
	float: left;
}
h2 {
	float: right;
}
a img {
	border: none;
}
input {
	width: 100%;
	clear: both;
}
