#b_ie a, #b_ie b{
    background-color:white;
    font-size:19px;
    text-align:center;
    margin:0px;
}
#b_ie{
    border:none;
    border-top:2px solid red;
    border-bottom:2px solid red;
    background-color:white;
    font-size:19px;
    text-align:center;
    color:red;
    position:relative;
    top:0px;
    left:0px;
    margin:0px;
    width:100%;
    height:50px;
    padding:10px;
    z-index:100000;
}
