
body {
  color: #FFFFFF;
  background-color: #000000;
  background-image: url(../images/background.jpg);
  background-position : center top;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  height: 100%;
}

.index {
  color: #FFFFFF;
  background-color: #000000;
  background-image: url(../images/background_index.jpg);
  background-attachment: fixed;
}

.header {
  background-image: url(../images/header.jpg);
  background-position: center top;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  z-index: 9999;
  position: fixed;
}

a {
  color: #89A6B0;
  text-decoration: none;
}

a:hover {
  color: #C3ECFA;
  text-decoration: none;
}

.header_content {
  padding-top: 10px;
}

.content-title {
  color: #89A6B0;
}

