body {
  font-family: Verdana, Helvetica, sans-serif;
  background: url(/static/bg.png) top left repeat-x;
  background-color: white;
  padding:10px;
}

.infobox {
    border: 1px solid black;
    background:#AAAAFF;
    padding:10px;
}

.message {
  /*position:absolute; 
  left:100px; 
  top:100px; 
  */
  background:blue;
}

.thumbimage {
  width:25px; 
  height:25px;
}

.thumbdiv {
  position:relative;
  width:25px; 
  height:25px; 
  float:left; 
  margin:2px; 
  border:1px solid black;
}

#tiles {
  position:absolute;
}

.thumbs {
  width:300px;
  height:80%;
}

.tile {
  position:absolute;
}

