#footer {
    background-image: url( '../img/menuback.png' );
    color: #ffffff;
    width: 100%;
    height: 100%; /* 視情況而定 */
    margin: 0 auto;
    }
    #fixed-footer-wrap {
    width: 100%;
    height: 30%; /* 視情況而定 */
    position: fixed;
    bottom: 0px;
    z-index: 3;
    overflow: visible;
    }
.menubtn{
    font:normal 30px Verdana, Geneva, sans-serif;
    font-style:normal;
    color:#f7f7f7;
    background:#080808;

    }
    #mearticle {
    position: absolute;
    top: 600px;
    left: 0px;
    width: 100%;
    }
    #ontopDiv {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -10000;
    height: 800px;
    }
    .topbgr{
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-color: white;            

    }
body {
    text-overflow : ellipsis;
    font-family: "Century Gothic","微軟正黑體","微軟雅黑體" ;
    font-size: 50px;
    font-style: normal;
    font-variant: normal;
    line-height: normal;
    padding: 0px;
    margin: 0 auto;
}
