html { height: 100%; }

a
{
  color: #000000;
  text-decoration: none;
}

a.link
{
  color: #0000FF;
  text-decoration: none;
}

a.none:hover
{
  color: #000000;
  text-decoration: none;
}

a:hover
{
  color: #FF0000;
  text-decoration: none;
}

body {
  margin: 0px;
  height: 100%;
  text-align: center;
  color: #000000;
  background: #777777;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 15px;  
}

#main {  
  margin: 0 auto 0 auto;
  top: 25px;
  width: 70%;
  background: #FFFFFF;
  overflow: visible;
  text-align: left;
  border-left: 3px solid #555555;
  border-right: 3px solid #555555;
  spacing: 10px;
  padding: 15px;
}

h3 {
  text-align: left;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 16px;
}

#images {
  text-align: center;
}

#images img {
  float:left;
  margin: 2px;
} 