.error-page {
    font-size: 16pt;
    line-height: 150%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 100px;
}

.error-page .circle {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    font-size: 80px;
    color: #FFF;
    line-height: 200px;
    text-align: center;
    background: #FDA100 none repeat scroll 0% 0%;
    margin: 40px auto;
}