.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: #430401; /* old browsers */
background: -moz-linear-gradient(left, #430401 0%, #c64d01 50%, #430401 99%); /* firefox */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,#430401), color-stop(50%,#c64d01), color-stop(99%,#430401)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#430401', endColorstr='#430401',GradientType=1 ); /* ie */

background: -o-linear-gradient(left, #430401 0%,#c64d01 50%,#430401 99%); /* opera */ }