html { background: #000000 url(background.jpg) top center no-repeat; }
body { background: transparent none; }
#displayBodyHeader { border-color: #FFF; }
#siteHeader{background-image: url(pageHeader.jpg); height: 158px;}
#topNav td ul li a {
background: #000;
background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#333));
background-image: -moz-linear-gradient(top, #000, #003);
border: none;
border-top: 1px solid #000;
border-bottom: 1px solid #000;}