div.login {
  padding: 10px;
  background-color: #666699;
  height: 200px;
}
div.gradient {
  background: white url(../img/nav-grad.gif) repeat-x scroll 0%;
  margin: 0px;
  padding: 10px;
  width: 160px;
  height: 235px;
  background-position: top;
}
div.splash {
  background: transparent url(../img/splash.jpg) no-repeat scroll 0%;
  width: 500px;
  height: 200px;
  margin: 0px;
}
div.welcome {
  background: #666699 url(../img/welcome.jpg) no-repeat scroll 0%;
  width: 100%;
  height: 55px;
  margin: 0px;
}
div.textbox {
  padding: 20px 60px 20px 40px;
  background: white url(../img/nav-grad.gif) repeat-x scroll 0%;
  color: black;
  width: 400px;
  height: 180px;
  margin: 0px;
  background-position: 0px -133px;
}
foo {
  background-color: #8f8fb4;
		}
div.copyright {
  padding: 10px 0 0 10px;
  color: #999999;
  width: 100%;
  margin: 0px;
}
.memberslogin {
  color: white;
  font-weight: bold;
}
a.click {
  color: #ffff99;
  text-decoration: none;
}
a.click:hover {
  color: #ffffcc;
}
