body {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  background-color: #000000;
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}
a:link {
  color: #FFFFFF;
}
a:visited {
  color: #eee;
}
a:hover {
  color: #ddd;
  text-decoration: underline;
}
h3{
  font-size: 0.9em;
  color: #FFFFFF;
}
p {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 0.75em;
}
img {
  border: 0px;
  margin: -2px 0px 0px -1px;
}

.imgL1 {
  border: 1px solid #606060;
}

.imgL2 {
  border-top: 1px solid #474747;
  border-left: 1px solid #414141;
  border-right: 1px solid #373737;
  border-bottom: 1px solid #343434;
  padding: 2px;
  background-color: #20252a;
}
#main td {
  vertical-align: top; #026;
}
#back {
  position: relative;
  top: 0px;
  width: 770px;
  margin-left: auto; 
  margin-right: auto;
  z-index: 1;
}
#menu {
  position: relative;
  top: 0px;
  width: 770px;
  margin-left: auto; 
  margin-right: auto;
  font-size: 1px;
  z-index: 2;
}
#main {
  position: absolute;
  top: 10px;
  width: 760px;
  margin-left: auto; 
  margin-right: auto;
  text-align: left;
  left: 5px;
  right: 0px;
  z-index: 2;
}
#footer{
  position: relative;
  top: -10px;
  width: 770px;
  margin-left: auto; 
  margin-right: auto;
  text-align: center;
  z-index: 2;
}

#footer img {
  right: 0px;
  margin: 0px 2px 0px 2px;
}