body
{
  background-color: #202020;
  color: #dddddd;
  font-family: sans-serif;
  font-size: 12pt;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}

h1
{
  font-family: garamond, serif;
  font-size: 4.0em;
  color: #ffff20;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

p
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.smaller
{
  font-size: 8pt;
}

#super-screen
{
  position: absolute;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  left: 0px;
  right: 0px;
  width: 98%;
  top: 50px;
  bottom: auto;
  height: 15px;
  text-align: center;
}

#screen-container
{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 0;
  width: 562px;
  top: 75px;
  height: 347px;
  text-align: center;
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
}

#imagebox
{
  position: absolute;
  width: 300px;
  height: 200px;
  
  /*
  background-color: #000000;
  border: solid 1px #ffff00;
  */
}

#galleryImage
{
  border: solid 2px #000000;
}

#donation-container
{
  position: absolute;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  left: 0px;
  right: 0px;
  width: 98%;
  top: 421px;
  height: 30px;
  text-align: center;
}

#heading
{
  position: absolute;
  top: 441px;
  height: auto;
  left: 0px;
  right: 0px;
  width: 98%;
  text-align: center;
  background-color: #202020;
}

a:link
{
  font-weight: bold;
  color: #aaff88;
  text-decoration: none;
}

a:visited
{
  font-weight: bold;
  color: #aaff88;
  text-decoration: none;
}

a:hover
{
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  top: -1px;
}

a:active
{
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  top: 0px;
}

