
body {
  color: #141E54;
  background-color: #CCCCCC;
  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: #D4D4D4;
  background-color: #CCCCCC;
  background-image: url(../images/background_index.jpg);
  background-attachment: fixed;
}

.header {
  background-image: url(../images/header.png);
  background-position : center top;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 9999;
}

a {
  color: #316916;
  text-decoration: none;
}

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

.header_content {
  padding-top: 10px;
}

.content-title {
  color: #1D2C7D;
}

