a:link {
  color: #66C0C1;
  text-decoration: underline;
}

a:visited {
  color: #66C0C1;
  text-decoration: underline;
}

a:hover {
 color: #88E2E3;
 text-decoration: underline;
}
 
a:active {
  color: #66C0C1;
  text-decoration: underline;
}
 
body {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Bookman Old Style", Helvetica, Verdana, Arial, sans-serif;
  font-size: 16px;
}

h1 {
  font-weight: normal;
  font-size: 22px;
  display: inline;
}

#container {
  height: 100%;
  width: 100%;
  display: table;
}

#positioner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

#content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}	

#logo {
  vertical-align: middle;
  width: 60px;
  height: 60px;
}

#splashContainer {
  width: 800px;
  height: 534px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#splashImage1, #splashImage2, #splashImage3, #splashImage4 {
  width: 800px;
  height: 533px;
  position: absolute;
  top: 0;
  left: 0;
}

