.mgr-navigation-sliver *, .mgr-navigation-sliver a, .mgr-navigation-sliver a:visited { color: #FFF; }

.mgr-footer, .mgr-footer a, .mgr-footer a:visited { color: #000; }

#forum_view .mgr-footer {margin-bottom: 50px;}

/* --- BODY, sets background color --- */

body {
	background: #383a48 ;
	background: -moz-linear-gradient(top, #383a48 0%, #a296a6 100%, #83879D 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383a48 ), color-stop(100%,#a296a6), color-stop(100%,#83879D ));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383a48 ', endColorstr='#83879D ',GradientType=0 ); }