body, body div, body * div {
    margin: 0px;
    padding: 0px;
}

.footerPageHeader {
    height: 49px;
    display: block;
    width: 100%;
    background-image: url(../images/common/pop-up-bg.gif);
    background-position: 0px 0px;
    background-repeat: repeat-x;
}

.footerPageHeader h1 {
    float: left;
    position: relative;
    left: 20px;
    color: #FFFFFF;
}

.footerPageHeader a {
    float: right;
    position: relative;
    right: 20px;
    top: 17px;
    color: #FFFFFF;
}

.contentBody {
    margin: 20px;
}

