.mgr-navigation-sliver *, .mgr-navigation-sliver a, .mgr-navigation-sliver a:visited { color: #FFF; }

.mgr-footer, .mgr-footer a, .mgr-footer a:visited { color: #FFF; }

#forum_view .mgr-footer {margin-bottom: 50px;}

/* --- BODY, sets background color --- */

body {
	background: #000100; 
	background: -moz-linear-gradient(top, #000100 0%, #172C2B 24%, #294749 38%, #66777a 50%, #294749 60%, #172C2B 76%, #000100 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000100), color-stop(24%,#172C2B), color-stop(38%,#294749), color-stop(50%,#66777a), color-stop(60%,#294749), color-stop(76%,#172C2B), color-stop(100%,#000100)); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000100', endColorstr='#000100',GradientType=0 ); }