If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org
Other options:
no subject
Your navigation background image is applied to your anchor selector (a).
If you just want it on the navigation, and not ALL links in your layout, you need to take out this
a {
* background-image : url(http://bronze-ambition.net/BTP/images/navbg.jpg);
* display : block;
* background-color : #61846c;
* color : #4f868d;
* padding : 5px;
and group it with your #nav div instead, so, underneath
div#navigation {
* float : left;
* width : 300px;
put
#navigation a, a:link{background:url(http://bronze-ambition.net/BTP/images/navbg.jpg) #61846c;color:#4f868d;padding:5px;display:block;}