body, html {
  background: #ffffff;
}

a:active, a:link, a:focus, a:visited {
  color: #000000;
  text-decoration: none;
  -moz-outline: none -moz-mac-focusring;
}

a:hover {
  color: #000;
  text-decoration: none;
}

div#container {
  background: #ffffff;
  border: 1px solid #335b87;
  font: 12px Tahoma;
  margin: 0 auto;
  width: 470px;
}

div#header {
  background: url(images/header2.jpg);
  margin: 0 auto;
  height: 124px;
  width: 470px;

}

div#footer {
  background: url(images/footer.jpg);
  margin: 0 auto;
  height: 45px;
  width: 470px;
}

input {
  background: #f5f5f5;
  border: 1px solid #707070;
}

