body {
    margin: 0;
    padding: 0;
    text-align: center;
}
.error-page {
    margin:70px auto;
    width:400px;
}
.error-header {
    background:#C38914;
    height:30px;
    font-size:15px;
    font-weight:500;
    line-height:30px;
    color:#fff;
    vertical-align:middle;
}
.error-content {
    background:#ddd;
    height:100px;
    width:400px;
    font-size:12px;
    font-weight:500;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.error-footer {
    height:20px;
    line-height:20px;
    font-size:10px;
    vertical-align:middle;
    background:#222;
}
a {
    color:#fff;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
