html, body {
  margin: 0px;

  text-align: center;
  font: 13px Verdana, Arial, Helvetica, sans-serif;

  /*background-color: #FFFFFF;*/

  background-image: url(/images/stripes.jpg);
  background-repeat: repeat;
}

#title {
  width: 550px;
  text-align: left;
  margin-bottom: 5px;
}

#content {
  display:      block;
  margin-left:  auto;
  margin-right: auto;

  width:      550px;
  min-width:  550px;
  min-height: 500px;

  background-color: #cef2ff;

  border: 1px solid gray;
  border-bottom:  none;
}

#footer {
  display:       block;
  margin-left:   auto;
  margin-right:  auto;
  margin-bottom: 10px;

  width:     550px;
  min-width: 550px;

  font: 9px Verdana, Arial, Helvetica, sans-serif;

  background-color: #CEF2F2;

  padding-bottom: 3px;
  border: 1px solid gray;
  border-top: none;
}

#message {
  position: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;

  padding-right: 10px;
  padding-bottom: 2px;

  width:     550px;
  min-width: 550px;

  text-align: right;
  font: 10px Verdana, Arial, Helvetica, sans-serif;  
  color: #007700;
}

#himage {
  clear: left;
  float: left;

  margin-left: 10px;
}

#hbuttons {
  float: left;
  position: relative;

  left: 65px;  
  top:  40px;
}

#gtable {
  text-align: center;
  width: 100%;
}

#gtable tr td {
  padding-bottom: 5px; 
}

a:link { 
  color: #000000;
}

a:visited { 
  color: #000000;
}

a:hover {
  color: gray;
  text-decoration: none;
}
