* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  background-color: #000000;
  color: #000000;
  font-family: Arial, sans-serif;
  text-align: center;
  font-size: 15px;
  line-height: 150%
}

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

#main {
  position: relative;
  width: 768px;
  background-image: url(images/body.jpg);
  background-repeat: no-repeat;
  margin: auto;
  padding: 0px;
  height: 1170px;
}

#maincobra {
  position: relative;
  width: 768px;
  background-image: url(images/cobrabody.jpg);
  background-repeat: no-repeat;
  margin: auto;
  padding: 0px;
  height: 2330px;
}

#mainauthors {
  position: relative;
  width: 768px;
  background-image: url(images/authorsbody.jpg);
  background-repeat: no-repeat;
  margin: auto;
  padding: 0px;
  height: 2086px;
}

#maincanoe {
  position: relative;
  width: 1024px;
  background-image: url(images/canoebody.jpg);
  background-repeat: no-repeat;
  margin: auto;
  padding: 0px;
  height: 2200px;
}

#wrapper {
  position: relative;
  text-align: left;
  width: 768px;
  margin: auto;
}

#wrappercanoe {
  position: relative;
  text-align: left;
  width: 1024px;
  margin: auto;
}

#header {
  height: 300px;
  background-image: url(images/head.jpg);
  background-repeat: no-repeat;
}

#headercanoe {
  height: 222px;
  width: 1024px;
  background-image: url(images/canoehead.jpg);
  background-repeat: no-repeat;
}

#content {
  margin-left: 80px;
  width: 300px;
  text-align: justify;
  padding-top: 240px;
}

#contentcobra {
  margin-left: 80px;
  width: 300px;
  text-align: justify;
  padding-top: 120px;
}

#contentcobra2 {
  margin-left: 80px;
  width: 600px;
  text-align: justify;
}

#contentauthors {
  margin-left: 80px;
  width: 300px;
  text-align: justify;
  padding-top: 120px;
}

#contentauthors2 {
  margin-left: 80px;
  width: 600px;
  text-align: justify;
}

#contentcanoe {
  margin-left: 200px;
  width: 600px;
  text-align: justify;
  color: #ffffff;
  padding-top: 20px;
}

#sales {
  padding-top: 300px;
  left: 485px;
  position: absolute;
  width: 300px;
}

#salescobra {
  padding-top: 430px;
  left: 485px;
  position: absolute;
    width: 300px;
}

#salesauthors {
  padding-top: 460px;
  left: 485px;
  position: absolute;
    width: 300px;
}

h1 {font-family: Arial, sans-serif;
  font-size: 16px;
}