html { background: #561212 url(background.jpg) top center no-repeat; }
body { background: transparent none; }
#siteHeader { background: url(pageHeader.jpg) top center no-repeat; height:175px;}

#accountNav { background: url(userBar.jpg) no-repeat center center; }
#accountNav .nginLogo a { background: url(sportnginNavLogo.png) no-repeat center center; }
#accountNav .currentSite a { background: transparent url(favicon.png) no-repeat center center; }
#accountNav .currentSite a:hover { background: #561212 url(favicon.png) no-repeat center center; }
#accountNav a:hover { background-color: #561212; }

#topNav td ul li a {
background: #181818;
background-image: -webkit-gradient(linear, left top, left bottom, from(#181818), to(#333));
background-image: -moz-linear-gradient(top, #181818, #333);
border-top: 1px solid #181818;
border-bottom: 1px solid #333;
}
#topNav td ul li.hover > a,
#topNav td ul li a:hover { 
background: #420e0e;
background-image: -webkit-gradient(linear, left top, left bottom, from(#420e0e), to(#561212));
background-image: -moz-linear-gradient(top, #420e0e, #561212);
border-top: 1px solid #420e0e;
border-bottom: 1px solid #561212;
}