#header {
    background-image: url(../images/compass.png);
    background-repeat: no-repeat;
    background-position: -105px -105px;
    background-size: 220px 220px;
    margin: 0;
    padding: 0;
    height: 120px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-color: #993300;
    border-right-color: #993300;
    border-left-color: #993300;
    overflow: hidden;
    position: relative;  /* Add relative positioning to contain absolute elements */
    z-index: 10;          /* Lower z-index so content can flow over it */
}

#header:after {
    content: "ICRMS";
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 36px;
    font-weight: bold;
    color: #993300;
    font-family: "Times New Roman", serif;
}