@charset "utf-8";
/* CSS Document */

    html, body {
        height: 100%;
    }


    body {
        margin:0;
        text-align: center;
    }

    strong {
        font-weight:bold;
    }

    a:focus {
        outline: 0;
    }

    a {
        cursor: pointer;
        color: #111;
        text-decoration: none;
    }

    a:hover {
        color: #333;
    }

    a:visited {
        color: #555;
    }

    div#AdvEmergency {
        margin: 0 auto;
        width: 974px;
    }

    div#AdvTemporal {
        height: 0px;
        overflow: hidden;
    }

    div#HeaderAndContent {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        padding: 0;
        margin: 0;
    }

    div#Header {
        margin: 0 auto;
        width: 974px;
    }

    div#Content {
        text-align: left;
        margin-right: auto;
        margin-left: auto;
        margin-top: 5px;
        width: 974px;
        border: 0;
        clear: both;
        margin-bottom: 397px;
    }

    div#Footer {
        width: 100%;
        height: 357px;
        margin-top: -357px;
    }

    /* 隱藏訂閱元件 {{{ */
    body.settle div#Subscription,
    body.hide-subscription div#Subscription {
        display:none;
    }
    body.settle div#Content,
    body.hide-subscription div#Content {
        margin-bottom:235px;
    }
    body.settle div#Footer,
    body.hide-subscription div#Footer {
        height:195px;
        margin-top:-195px;
    }
    /* }}} 隱藏訂閱元件 */
