.header_wrap{
    text-align: left;
    border-bottom: 2px #454545 solid;
    margin-bottom: 9px;
    display: table;
    width: 100%;
}
.header_wrap h1{
    display: table-cell;
    font-size: 25px;
    padding-left: 10px;
}
.header_otherlink{
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
    text-align: right;
}
.header_otherlink a{
    font-size: 15px;
    text-decoration: none;
    background: #ff53ff;
    padding: 1px 13px;
    border-radius: 5px;
    color: #ffffff;
}
.center_banner_2col{
    width: 49%;
    display: inline-block;
    margin-bottom: 5px;
}