input, pre, body, textarea {
	color: #a0a0a0;
}
input, textarea {
	caret-color: #a0a0a0;
}
body {
  background-color: #282828;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("/style/themes/0trust.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.highlight {
	padding-left: 5px;
	background-color: #82a7b4;
	color: #282828;
}
#content {
	background: rgba(0, 0, 0, .85);
}