.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: #2e2a29; /* Old browsers */
background: -moz-linear-gradient(left, #2e2a29 0%, #4a4542 21%, #4d4845 52%, #2e2a29 82%, #2e2a29 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2e2a29), color-stop(21%,#4a4542), color-stop(52%,#4d4845), color-stop(82%,#2e2a29), color-stop(100%,#2e2a29)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #2e2a29 0%,#4a4542 21%,#4d4845 52%,#2e2a29 82%,#2e2a29 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #2e2a29 0%,#4a4542 21%,#4d4845 52%,#2e2a29 82%,#2e2a29 100%); /* Opera11.10+ */
background: -ms-linear-gradient(left, #2e2a29 0%,#4a4542 21%,#4d4845 52%,#2e2a29 82%,#2e2a29 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2a29', endColorstr='#2e2a29',GradientType=1 ); /* IE6-9 */
background: linear-gradient(left, #2e2a29 0%,#4a4542 21%,#4d4845 52%,#2e2a29 82%,#2e2a29 100%); /* W3C */ }