A:link { color: #FFFFFF; background-color: transparent; text-decoration: underline;}
A:visited { color: #C0C0C0; background-color: transparent; text-decoration: underline;}
A:active { color: #FF0000; background-color: transparent; text-decoration: underline;}
A:hover { color: #FF0000; background-color: transparent;}

body {
   /*background: #000000 url( images/greygradient1.jpg ) repeat-x center;*/
   /*background: #000000 url( images/greygradient1.jpg ) fixed center;*/
   color: #FFFFFF;
   /*height: 100%;*/
   margin: 0px;
   font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
   font-size: 1em;
   font-weight: 200; 
   font-style: normal; 
   font-variant: normal;
}
h1 {
  font-weight: 600;
  font-size: 1.2em;
}
#container {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;  left: 0;
  z-index: 0;
  background: #000000 url(images/greygradient1.jpg) repeat-x bottom;
  font-size: 0.9em;
  font-weight: 400;
}

#logo1 {
  position: absolute;
  bottom: 30%;
  left: 50%;
  height: 142px;
  width: 74px;
  /*z-index: 1;*/
}
#content {
  position: absolute;
  left: 10px;
  top: 25%;
  width: 30%;
  height: 50%;
  overflow: auto;
  background: #000000;
  border: thin solid grey;
  padding: 5px;
}
#footer {
  position: absolute;
  bottom: 0px;
  left: 25%;
  width: 50%;
  font-size: .65em;
  text-align: center;
  background: #000000;
  border-top: thin solid grey;
  border-left: thin solid grey;
  border-right: thin solid grey;
}