html, body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;

}

body {
  background-color: #4675a5;
  text-align: center;
  color: #000;
  font-size: 12px;
  background-image: url('../images/background.jpg');
  background-repeat: no-repeat;
  background-position: 50% top;
}

.container_12 {
  margin-top: 70px;
  background-color: #FFF;
  border: #FFF solid 3px;
  
}

.grid_4 {
  margin-bottom: 20px;
}

h1 {
  padding: 10px 0 10px 0;
  font-size: 28px;
  color: #3f79a7;
}

h2 {
  font-size: 16px;
  margin-bottom: 5px;  
}

p {
  line-height: 25px;
}

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

a:hover {
  text-decoration: underline;
  color: #ccc;
}