#header {
    width:  575px;
    height: 171px;
    background-image: url("../images/privacypolicybanner.jpg");
}

#content {
    width: 520px;
    top:   30px;
    left:  20px;
}

#content a {
    border:          0px;
    margin:          0px;
    padding:         0px;
    font-family:     arial;
    font-size:       12px;
    text-decoration: none;
    color:           #4f7ba0;
}

    #content a:hover {
        text-decoration: underline;
    }