body { background-color: black; }
#container { background-color: black; background-image: url(../images/mainlogo.png); background-repeat: no-repeat; width: 800px; height: 650px; margin-right: auto; margin-left: auto;}
#main { margin-right: auto; margin-left: auto; width: 600px; height: 120px; margin-top: 350px;}
#copy2 {
  text-align: center;
  padding-right: 10px;
  font-size: 8px;
  font-family: verdana;
  color: gray;
}
BODY A, A:VISITED {
  color: gray;
  text-decoration: none;
}

BODY A:hover {
  color: white;
}
