body { 
  background: #525252 url("../images/background.gif") fixed repeat-x top left; 
  font: normal 12px "lucida grande", verdana, arial, helvetica, sans-serif;
}

.highlight {
  background-color: #ffc;
}

a {
  font-style:normal;
  text-decoration: none;
}

#display a, #playarea a {
  font-size: 18px;
  font-style:normal;
  letter-spacing: -2px;
  text-decoration: none;
  font-weight: bold;
}

a:link{
  color: #39b44a;
  background: transparent;
}
a:visited{
  color: #036;
  background: transparent;
}
a:hover{
  color: #00a450;
  background: transparent;
}

#content {
  background: #FFFFFF;
  width: 800px;
  text-align: center;
  border: 3px solid #ccc;
  margin: 0px auto;
}

#indicator {
  position: absolute;
}

#logo {
  text-align: center;
  font-size: 7em;
}

#searchbox {
  text-align: center;
  /*background: #333;*/
  top: 400px;
}

#help {
  font-size: 1.2em;
  width: 90%;
  text-align: center;
  padding: 8px;
  border: 1px solid black; 
  background-color: whitesmoke;
  left: 50px;
  margin: 0px auto;
}

#searchhint {
  font-size: 0.8em;
  color: #666666;
  margin-left: 40px;
}

#footnote {
  font-size: 1.2em;
  color: #666666;
  padding: 40px;
}

#copyright {
  text-align: center;
  font-size: 0.8em;
  color: #333;
}

#searchbox #searchinput {width:600px; font-size:2em }
#searchbox #button {font-size:1.5em }

