/*____________________________________________________________________  body  */
html, body {
  background: #000000;
}
body {
  font-family: Helvetica, sans-serif;
  background-color: #000000;
  color: #FFFFFF;
  padding: 0px 0;
  text-align: center;
  margin: 0;
}

/*_________________________________________________________________  wrapper  */
div#wrapper {
  margin: 0 auto;
  width: 80%;
  margin-bottom: 20px;
  border: 0px;
  padding: 50px 20px;
  text-align: left;
}

/*__________________________________________________________________  images  */
img {
  border: none;
}

/*__________________________________________________________________  thumbs  */
.thumbs {
  padding: 10px;
  line-height: 50px;
}

/*_________________________________________________________________  textbox  */
div#textbox {
  padding: 10px;
}

/*___________________________________________________________________  links  */
a:link {
  color: #FFFFFF;
  text-decoration: none;
}
a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
a:active {
  color: #FFFFFF;
  text-decoration: none;
}

/*_________________________________________________________________  headers  */
.subhead {
  font-size: 11px; 
  font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
}
.subnote {
  font-size: 13px; 
  font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
}

/*___________________________________________________________________  demos  */
#inline-sample-content {
  padding: 10px;
}