HI,
Running the css through the validator would have fixed this in about 10 seconds.
you have stray text here:
Code:
.page_content a:visited {
color: #990000;
background-color: transparent;
}she'ss
That text is causing the stylsheet to be broken and somethings gotta give.
You also have missed commas here:
Code:
.site_map {
color: #5D0001;
font-family: "Trebuchet MS", verdana, geneva, sans-serif;
font-size: 9pt;
line-height: 12pt;
letter-spacing: -0.5px;
margin-left: 0;
margin-top: 0;
}
.nav_links {
color: #232323;
font-family: "Trebuchet MS", verdana, geneva, sans-serif;
font-size: 9pt;
line-height: 11pt;
letter-spacing: -0.5px;
margin-left: 0;
margin-top: 0;
}
Fix those and the background will show
Bookmarks