div#content {
  background: url(../images/dot-2px.gif) repeat-y;
}
/*
html > body div#content {
  background: url(../images/dot-2px.gif) repeat-y;
}

* + html > body div#content {
  background: url(../images/dot-2px-ie.gif) repeat-y;
}
*/

div#content h1 {
  font-weight: normal;
  letter-spacing: 0.04em;
}

div#content h2 {
  font-size: 1em;
  font-weight: bold;
}

div.same-line,
div#content h2.set,
ul.set {
  font-size: .85em;
}

ul.info,
ul.screenshots {
  list-style: none;
}


div#content p,
div#content h2#description,
div#content h2#screenshots,
ul.screenshots {
  font-size: .85em;
}

div#content ul.screenshots p {
  font-size: 1em;
}

div#sitelink {
  font-weight: bold;
}



ul.screenshots img {
  border: 1px solid #999999;
}

ul.screenshots li {
  background-color: #F6F6F6;
  border: 2px solid #CCCCCC;
}

ul.screenshots li:hover {
  border: 2px solid #BBBBBB;
}
