.sf_blog_header_wrapper {
    width: 900px;
    background-position: top right;
    background-color: #2A2A2A;
    background-image: url(images/ggb.jpg);
    background-repeat: repeat-x;
 }

 a:link {
    color: #cccccc;
    background-image: none;
    background-repeat: no-repeat;
 }

 a:visited {
    color: #cccccc;
    background-image: none;
    background-repeat: no-repeat;
 }

 a:hover {
    text-decoration: none;
    color: #cccccc;
    background-image: none;
    background-repeat: no-repeat;
 }

 .sidebaritem a:hover {
    text-decoration: none;
    color: #96E0F0;
    background-image: none;
    background-repeat: no-repeat;
 }

 
