#craneLogo {
    width             : 220px;
}
#craneLogo {
    width             : 220px;
    height            : 53px;
    max-height        : 53px;
    min-height        : 53px;
    border            : 0px dotted orange;
    display           : inline-block;
    position          : relative;
    text-align        : left;
}

#craneLogoImage {
    background-image  : url("../images/supplemental/1000CranesLogoWhiteKanji.png");
    height            : 45px;
    width             : 161px;
    max-height        : 45px;
    min-height        : 45px;
    display           : inline-block;
    position          : absolute;
    top               : -7px;
    background-repeat : no-repeat;
}
#logoCopyright {
    position          : absolute;
    right             : 0px;
    bottom            : 2px;
    font-size         : 9pt;
    font-family       : "Arial";
    color             : #46525E;
}

#logoFlightOfFancy {
    display           : inline;
    color             : #46525E;
    font-size         : 9pt;
    font-family       : "Arial";
    position          : absolute;
    bottom            : 2px;
}
#logoFacebookIcon {
    height            : 35px;
    width             : 35px;
    position          : absolute;
    top               : 0px;
    right             : -3px;
    border-radius     : 4pt;
    display           : inline-block;
}
