
/*Responsive CSS*/


* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'roboto', sans-serif;
  color: #666;
  font-size: 16px;
   background-image: url("bg.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 

  background: #fff;
  line-height: 1.6em;
}

ul, li { list-style: none; }

#container {
  width: 60%;


  overflow: auto;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}

.title {
  background: #6bb170;
  color: white;
height:60px;
margin-top:20px;
padding-top:20px;

  text-align: center;
}

.faq li { padding: 20px; }

.faq li.q {
  background: #4FC2E;
  font-weight: bold;
  font-size: 120%;
  border-bottom: 1px #ddd solid;
  cursor: pointer;
}

.faq li.a {
  background: #3BB0D6;
  display: none;
  color:#fff;
}

.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
