body {
    background: #ebebeb;
    font-family: "微軟正黑體", "Arial Black", Gadget, sans-serif;
    margin: 0;
}
body * a:hover {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    /* Firefox */
    -webkit-transition: all 0.2s;
    /* Chrome&Safari */
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    color: inherit;
    padding: 0;
    margin: 0;
}
#wrapper {
    background: url(../images/error_bg.png) no-repeat center;
    width: 100%;
    height: 810px;
}
.text {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #232323;
    padding-top: 4em;
}
.text h1 {
    font-size: inherit;
    font-weight: bold;
}
.btn_gohome {
    text-align: center;
    padding-top: 3em;
}
.btn_gohome a {
    background: #ff9d21;
    color: #FFF;
    border: none;
    text-decoration: none;
    font-size: 1.25em;
    font-weight: bold;
    font-family: "微軟正黑體", "Arial Black", Gadget, sans-serif;
    padding: 0.5em 2em;
}
.btn_gohome a:hover {
    background: #ce5506;
}