html, body {
  margin: 0;
  padding: 0;
}

body {
  text-align: center;
  font-family: Arial, sans-serif, Verdana;
  background-color: #000066;
  background-image: url('/images/bg.png');
  color: #ffffff;
  font-size: 75%;
}

a {
  color: #00FF33;
  text-decoration: none;
}

a:focus, a:hover, a:active {
  text-decoration: underline;
}

p, li {
  line-height: 1.8em;
}

h1, h2, h3 {
  margin: 0 0 2px 0;
  letter-spacing: -1px;
}

h1 {
  font-size: 2.5em;
  color: #eee;
}

h2 {
  font-size: 1.5em;
  font-style: italic;
  font-weight: normal;
}

h3 {
  font-size: 1.0em;
  font-style: italic;
  font-weight: normal;
}

div.page {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}

div#header {
  width: 100%;
  height: 118px;
  background-color: #000066;
  background-image: url('/images/bgheader.png');
}

div#header-text {
  padding-top: 30px;
  padding-left: 62px;
  background-image: url('/images/camera.png');
  background-repeat: no-repeat;
  background-position: 20px 34px;
}