body {
  margin: 0;
  padding: 0;
  background-color: #333333;
  text-align: center;
}

#container {
  margin: 40px auto;
  width: 540px;
  text-align: left;
}

#head {
  position: relative;
  height: 180px;
  background-color: #26a9e0;
}
a#home_link {
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 170px;
  height: 43px;
  background: #ffffff url(../images/decorations/application/the_needs.png) no-repeat center center;
  text-indent: -9999px;
}
#title {
  position: absolute;
  top: 100px;
  left: 30px;
  color: #ffffff;
  font-weight: bold;
  font-size: 40pt;
}
#login_links {
  position: absolute;
  top: 30px;
  right: 30px;
}
#login_links a {
  color: #ffffff;
  text-decoration: underline;
}
#login_links a:hover {
  text-decoration: none;
}

#body {
  padding: 30px;
  background-color: #ffffff;
}

#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 10px 0;
}
#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}
#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

.grayed_out {
  color: #999;
}