
body {
  font-family: Calibri;
  background-image: url(http://www.designbolts.com/wp-content/uploads/2013/02/Carbonfiber-semi-dark-Grey-Seamless-Pattern-For-Website-Background.jpg);
}

.header {
  background-image: url(https://lh3.googleusercontent.com/-naqJOz1v_bY/V3PoWaNZIoI/AAAAAAAAAew/AWQOysMAPXUeqochhuHZa1EMPxAV23SxgCJkCGAYYCw/s1000-fcrop64=1,00000000ffffffff/JGC%2Bbackground.png);

  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;

  /* scale bg image proportionately */
  background-size: cover;
    padding: 20px;
    text-align: center;
}

.main_image {
  width: 15%;
  height: 15%;
}

.content {
  max-width: 60%;
  margin: auto;
  background: #f0ecec;
  padding: 10px;
  height: 100%;
}
.content_title {
  text-align: center;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  background-color: #323131;
  text-align: center;
  color: #afafaf;
}

.copy {
  font-size: 9px;
}
