.section-404{
    margin: 100px auto;
    padding-top: 350px;
    height: 100px;
    width: 600px;
    background: url(../images/404.png) no-repeat;
    text-align: center;
}
.section-404 h2{
    margin-top: 40px;
    font-size: 34px;
    color: #8d8d8d;
}
.section-404 label{
    font-size: 12px;
    color: #888888;
    margin: 0 10px;
}
.section-404 a{
    font-size: 12px;
    color: #007ccf;
}
.section-500{
    margin: 100px auto;
    padding-top: 150px;
    padding-left: 250px;
    width: 300px;
    height: 250px;
    background: url(../images/500.png) no-repeat;
    text-align: center;
}
.section-500 h2{
    margin-top: 40px;
    font-size: 34px;
    color: #8d8d8d;
}
.section-500 label{
    font-size: 12px;
    color: #888888;
    margin: 0 10px;
}
.section-500 a{
    font-size: 12px;
    color: #007ccf;
}
.section-frozen{
    margin: 100px auto;
    padding-top: 250px;
    height: 100px;
    width: 600px;
    background: url(../images/frozen.png) no-repeat;
    text-align: center;
}
.section-frozen h2{
    margin-top: 40px;
    font-size: 34px;
    color: #8d8d8d;
}
.section-frozen label{
    font-size: 12px;
    color: #888888;
    margin: 0 10px;
}
.section-frozen a{
    font-size: 12px;
    color: #007ccf;
}