* {
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  background-image: url(../images/stylesheet_images/background2.jpg);
  background-position: center;
  background-size: cover;
}

body {
  margin: 0 auto;
  width: 850px;
  min-height: 760px;
  background-image: url(../images/stylesheet_images/grey-canvas.png);
  background-position: left;
  background-repeat: repeat-y;
  background-color: #25201D;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: #CCCCC8;
  white-space: normal;
  background-size: 332px;
  font-weight: lighter;
}

@font-face {
  font-family: RAWN;
  src: url("RAWN____.eot");/* EOT file for IE */
}

@font-face {
  font-family: RAWN;
  src: url("RAWN____.TTF");/* TTF file for CSS3 browsers */
}

h1, h2 {
  color: #FF4841;
  font-family: RAWN, Georgia, serif;
  font-weight: lighter;
  word-spacing: 2px;
}

h1 {
  font-size: 80px;
  margin-top: -20px;
  padding-left: 380px;
}

h2 {
  font-size: 22px;
  padding-left: 460px;
}

header {
  height: 125px;
  border: 850px;
  margin-left: -20px;
  padding-top: 30px;
}

#illustration {
  float: left;
  width: 350px;
  height: auto;
  margin-top: -140px;
  margin-left: 30px;
}

#contact {
  float: left;
  margin-top: -420px;
  padding-left: 370px;
  padding-right: 40px;
  padding-bottom: 30px;
  text-align: justify;
}

footer {
  height: 100px;
  border: 850px;
  padding-top: 20px;
  padding-left: 45px;
  clear: both;
}

a:link {
  color: #FF4841;/* Red*/
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #FF4841;/* Red */
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #9966FF;/* purple */
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #9966FF;/* purple */
  background-color: transparent;
  text-decoration: underline;
}
/* -------------------Contact----------------- */