body {
  background-color: #D9D9D9;
  margin: 0;
  background-image: url('../images/battle.jpg');
  background-position: center center; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
  height: 5px; }

.container {
  width: 900px;
  background-color: white; }

#footer {
  background-color: #333;
  color: #FFF;
  text-align: center; }

#tagline {
  background-color: #555;
  font-size: 150%;
  color: #FFF;
  margin: 15px 0 0 0;
  padding: 10px 20px; }

#signup {
  text-align: center;
  font-size: 170%; }

.highlight {
  background: #FFFFCC; }


#members ul {
  margin-left: 0; }
#members li {
  list-style-type: none; }

#friendfeed ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  #friendfeed ul li {
    margin: 0;
    padding: 0.8em 0.1em;
    border-bottom: 1px solid #ccc; }
