.about-banner{
    background: url("../images/about_copyright_banner.jpg") no-repeat center;
}
.copyright-content{
    padding-top: 17px;
}
.copyright-content h1{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 16px;
    font-weight: bold;
}
.copyright-content p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.blank-space{
    text-indent:30px ;
}
.download{
    color: #d50000;
    font-size: 16px;
    line-height: 30px;
}
.download:hover{
    text-decoration: underline;
}
.bold{
    font-weight: bold;
}
.bold-underline{
    font-weight: bold;
    text-decoration: underline;
}