html, body {
  background-color: #c4c4c4;
  font-family: arial;
  height: 100%;
  background-image: url('../images/bodyback.jpg'); /* cheating on the background */
  background-position: 50%;
  background-repeat: repeat-y;
}

#container {
  width: 916px;
  height: 100%;
  min-height: 100%;
  margin: 0 auto auto auto;
  /* background-image: url('../images/bodyback.jpg'); */
  background-repeat: repeat-y;
  padding-left: 18px;
  height: auto;
  min-height: 100%;
  clear: both;
}

#wrapper {
  width: 880px;
  height: inherit;
}

#header {
  background-color: transparent;
  width: 880px;
  height: 100px;
  font-size: 34px;
  font-family: arial;
  text-align: right;
  margin-left: 10px;
  color: #ff7a01;
  padding-top: 25px;
}

#leftcol {
  width: 350px;
  background-color: transparent;
  height: inherit;
  float: left;
  font-size: 12px;
  margin: 10px;
  margin-left: 75px;
  height: 100%;
  padding-right: 20px;
}

#leftcol p {
  margin-bottom: 20px;
}

#leftcol p img {
  margin-right: 5px;
  margin-bottom: 5px;
}

#rightcol {
  width: 350px;
  background-color: transparent;
  height: inherit;
  float: left;
  font-size: 12px;
  margin: 10px;
  height: 100%;
}

#rightcol p,
#rightcol li,
#leftcol p {
  line-height: 18px;
}

#rightcol ul {
  list-style-position: outside;
  list-style-type: square;
  margin-left: 20px;
}

#rightcol li {
  margin-left: 10px;  
}

#leftcol p,
  margin-bottom: 20px;
}

#center {
  margin-left: 50px;
}

p#tip {
  border: 2px solid #ff7a01;
  height: 150px;
  padding: 5px;
  width: 340px;
  display: block;
  background-color: #ff7a01;
  margin-top: 20px;
  color: white;
}

#rightcol p span#h1 {
  font-size: 16px;
  color: white;
  margin-bottom: 100px;
  font-weight: bold;
}

h1 {
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #ff7a01;
}

a {
  text-decoration: none;
  color: #ff7a01;
  font-family: arial;
  font-size: 12px;
}

a:hover {
  text-decoration: underline;
}

p#tip a {
  color: white;
  text-decoration: underline;
}

#complete {
  width: 600px;
  font-size: 12px;
  margin: 10px;
  height: 100%;
  margin-left: 130px;
}

#complete p {
  line-height: 18px;
  margin-bottom: 10px;
}


