

body { 
  background-color: black;
  background-image: url("6EQUJ5-www.png");
  background-repeat: no-repeat;
  background-position: center;
  color: #7EA62C;
  font: 120% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  font-size: 32px;
  margin:0px 0px 0px 0px;
  text-align:center;
  height:551px;
}

.logo{
  padding:590px 0px 0px 0px;
  background-image: url("underbrace.png");
  background-repeat: no-repeat;
  background-position: left 50px top 160px;
}


input {
  width: 10em;
  background:  #000000 url(inputshadow.png) repeat-x top;

}

button {
  width: 7em;
  background:  #000000 url(buttonshadow.png) repeat-x bottom;
}

input,button {
  border: 1pt solid #7EA62C;
  border-radius: 7px;
  color: #7EA62C;
  font: 120% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  font-size: 24px;
}

a:link    { color: #7EA62C; text-decoration: none; }
a:visited { color: #7EA62C; text-decoration: none; }
a:focus   { color: #7EA62C; text-decoration: none; }
a:hover   { color: #7EA62C; text-decoration: none; }
a:active  { color: #7EA62C; text-decoration: none; }
