body {
  margin-left:  0;
  margin-right: 0;

  background-color: #000;
  text-align: center;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;

  color: silver;
}

.framed {
  border: 8px double #181818;
  background-color: black;
}
.framed * {
  background-color: #333;
}

div#header {
  margin: 30px 0 30px 0;
  padding: 10px 0 10px 0;
  background-color: #333;
}

div#header ul {
  margin: 0 auto;

  width: 518px;               /* width = 800 - title.Width;   */
  text-align: center;

  list-style: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;

  background-image: url('photosomething.png');
  background-position: 0 0;
  background-repeat: no-repeat;

  font-weight: bold;
  font-size: 16px;

  padding: 34px 0px 0 282px;  /* padding-top = title.Height - line-height; padding-left = title.Width; */
  line-height: 10px;

  white-space: nowrap;
}

div#header ul li {
  border-bottom: none;
  display: inline;
  text-align: center;
}

div#header ul li a {
  display: inline-block;
  text-align: center;
}

div#header ul li a {
  padding: 3px 12px 13px 12px;
  text-decoration: none;
  color: gray;
}

div#header ul li a:link {
  color: gray;
}

div#header ul li a:visited {
  color: gray;
}

div#header ul li a:hover {
  color: silver;
}


div#footer {
  margin: 0 auto;
  padding: 30px 0 0 0;
  width: 800px;
  text-align: right;
  font-size: 12px;
  color: #444;
}



#frontPage {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 600px;
}
#frontPage table {
  width: 600px;
  border: 0px;
}
#frontPage table td {
  padding: 15px;
  margin: 0;
  border: 0;
}
#frontPage table img {
  width: 170px;
  height: 170px;
  border: 0;
}
#frontPage table p {
  text-align: center;
}
