#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{
    font:normal 30px Verdana, Geneva, sans-serif;
    font-style:normal;
    color:#f7f7f7;
    background:#080808;
    border:0px solid #bbb;
    text-shadow:1px 1px 0px #fff;
    box-shadow:0px 1px 10px #d1cfd1;
    -moz-box-shadow:0px 1px 10px #d1cfd1;
    -webkit-box-shadow:0px 1px 10px #d1cfd1;
    border-radius:10px 10px 10px 10px;
    -moz-border-radius:10px 10px 10px 10px;
    -webkit-border-radius:10px 10px 10px 10px;
    -webkit-appearance: none;
    width:31%;
    padding:1.5% 30px;
    cursor:pointer;
    margin:0 auto;
    width:310px;
    height:90px;
    }
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;
}
