body {
  color: #000;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  font-size: 10px;  
  text-align: center;
}

#container {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 120px 0 60px;
}

#logo {
  position: relative;
  width: 418px;
  margin: 0 auto 100px auto;
  z-index: 1;
}

#logo h1 {
  margin-bottom: 10px;
}


#logo > div img{
  position: absolute; 
  z-index: 9;
  top: 0px;
  left: 0px;
}


.rel {
  position: relative;
  width: 16px;
  height: 16px;
}


.message {
  position: absolute;
  top: 100px;
  left: 0px;
  background: #000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  background: #7e3c15;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 20px;
  z-index: 10;
  width: 378px;
}


#faq {
  width: 418px;
  margin: 0 auto;
}

#faq > a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  background: #fa2a00;
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  margin-bottom: 40px;
  border: none
}

#faq > a:hover {
  background-color: #766552;
}

a {
  color: #2b2b2b;
  border-bottom: 1px solid #766552;
}

a:hover {
  color: #a6221a;
  border-bottom: 1px solid #766552;
}


#faq h2 {
  text-align: left;
  margin: 80px 0 60px;
  font-size: 22px;
  font-family: Georgia, Times, "Times New Roman", serif;
  display: none;
}

#faq ul {
  text-align: left;
  display: none;
}

#faq h3 {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 22px;
  color: #ad1d00;
}

#faq p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

#faq li ul {
  margin-bottom: 30px;
}

#faq li li {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}


embed {
  position: relative;
  top: -120px;
}

em {
  font-style: italic;
}



