#listofhouses {
margin: 0;
padding: 0;
}
#listofhouses li {
margin: 0;
display: inline;
list-style-type: none;
float: left;
padding-top: 22px;
}
.housebox {
height:124px;
width:198px;
text-align: center;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
font-size: 10;
color: white;
}
