html, body {
	background: #2d2d2d;
	height: 100%;
	color: #999;
}
a {
	color: #809E40;
}
a:hover {
	color: #809E40;
}
.progress-softworx {
	background: #2d2d2d;
	height: 3em;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.progress-softworx .progress-bar {
	background-color: #809E40;
	color: #2d2d2d;
	font-size: 1.3em;
}
.text-pink {
	color: #ff6156;
}
.text-earth {
	color: #83E6AE;
}
.vignette {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,0.9);
	-moz-box-shadow: inset 0 0 100px rgba(0,0,0,0.9);
	box-shadow: inset 0 0 100px rgba(0,0,0,0.9);
}