body {
  font-family: "tahoma", "arial", sans-serif;

  color: #444;
  background-color: white;

  background-image: url('images/backgnd.png');
  background-repeat: repeat-x;
}

div#content {
  margin-right: 160px;

  background-image: url('images/galahsm.png');
  background-repeat: no-repeat;
  background-position: top right;
}

h2 {
  font-size: 20pt;
}

h2 {
  font-size: 16pt;
}

h3 {
  font-size: 12pt;
}

p {
  font-size: 10pt;
}

dd {
  clear: both;
  margin-top: 10pt;
}

div#screenshots
{ 
  position: absolute;

  top: 50px;
  right: 10px;
  width: 140px;

  text-align: center;
}

div#screenshots h2
{
  font-size: 12pt;
}

div#screenshots dl *
{
  margin: 0;
  padding: 0;
}

div#screenshots dt
{
  font-size: 8pt;
}

div#screenshots dd
{
  font-size: 8pt;
}

div#screenshots img
{
  width: 80px;
  border: 0 none;
}
