body { font-family: gill sans, sans-serif; background-color: black; }

#splash {
  background: black url(images/bigbanner.jpg) no-repeat scroll center top;
  margin-top: 370px;
  text-align: center;
}

#bsw_splash {
  margin: 0;
  height: 97px;
  width: 535px;
  background: url(images/splash_bsw.gif) 0 0 no-repeat;
  border: 1px solid white;
}

#menubox {
  margin: 0 auto 20px auto;
  height: 35px;
  width: 537px;
  border-top: 3px solid #333;
}

#splash .hidden, #menubox .hidden {
  display: none;
  visibility: none;
}


#splashbox {
  width: 537px;
  height: 132px;
  margin: 0 auto;
}

#splash ul, #menubox ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  height: 35px;
}

#splash ul li, #menubox ul li, #menu li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 35px;
}

#splash ul li a, #menubox ul li a {
  text-decoration: none;
  border: none;
  margin: 0;
  padding: 0;
  height: 35px;
}

#footer {
  margin-top: 50px;
  color: #DDD;
  font-style: italic;
  font-size: .8em;
  text-align: center;
  font-weight: normal;
}

a {
  color: #DDD;
  padding: 1px;
}

a:hover {
  background: black url(images/splash_bg_over.jpg) 0 0 repeat-x;
  border: 1px solid #AAA;
  color: white;
  padding: 0;
}

#menu a:hover, .menuitem a:hover {
  border: none;
  background: black url(images/splash_bg_over.jpg) 0 0 repeat-x;
  height: 35px;
}


/*  Long Hello  */

#header {
  background: black url(images/header.jpg) top center no-repeat;
  margin-top: 105px;
}

#space {
  background: url(images/bg_space.gif) 0 0 repeat;
}

#alien_left, #alien1_left, #alien_right, #earth_right {
  position: absolute;
  top: 150px;
}

#alien_left, #alien1_left {
  left: 0;
  width: 300px;
  height: 592px;
}
#alien_left { background: url(images/bg_alien_left4.jpg) 0 0 no-repeat; }
#alien1_left { background: url(images/bg_alien1_left.jpg) 0 0 no-repeat; }

#alien_right, #earth_right {
  right: 0;
  width: 300px;
  height: 721px;
}
#alien_right { background: url(images/bg_alien_right1.jpg) right 0 no-repeat; }
#earth_right { background: url(images/bg_earth_right.jpg) right 0 no-repeat; }

#alien_left p {
  visibility: none;
  display: none;
}

.inset, #content_left, #content_right {
  background-color: #111;
  border: 2px solid #333;
}

.inset {
  float: left;
  clear: left;
}

#content_left, #content_right {
  text-align: justify;
  font-weight: bold;
  color: #EEE;
}

#content_right {
  margin-right: 300px;
  padding: 0 20px 20px 20px;
}

#content_left {
  margin-left: 300px;
  padding: 0 20px 20px 20px;
}

.lyrics {
  font-size: 1.2em;
  font-weight: normal;
}

.lyrics li { font-style: italic; }

.thelyrics, .quote {
  margin-left: 20px;
  margin-right: 20px;
  color: lightblue;
  font-style: italic;
}
.quote { background-color: #222; padding: 10px; }
