.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: #003256; /* old browsers */
	background: -moz-linear-gradient(top, #003256 0%, #372233 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003256), color-stop(100%,#372233)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003256', endColorstr='#372233',GradientType=0 ); /* ie */ }