
body {
  margin: 0;
  padding: 0;
  background-color: #111;
  font-family: Georgia, Trebuchet MT, sans-serif;
  }
img {
  border: 0;
  }
  
div#Images {
  border: solid 1px #2B2B2B;
  background: url('/Images/EmptyTile.gif') 0 100% repeat-x;
  }
div#Images span {
  float: left;
  display: inline;
  width: 150px;
  height: 150px;
  margin: 0;
  padding: 0;
  }

div#Images span.ClearFloat {
  display: block;
  width: 0;
  height: 0;
  clear: both;
  float: none;
  }

div#Debug {
  color: #f66;
  }
  