.error-page{
    width:980px;
    margin:80px auto 270px;
    text-align:center;
}

.error-page h1{
    font-family:"Myriad Pro", sans-serif;
    font-size:72px;
    font-weight:300;
    letter-spacing:-3px;
    color:#222;
    margin:0;
}
.error-page h2{
    font-family:"Myriad Pro", sans-serif;
    font-size:34px;
    font-weight:300;
    color:#666;
    margin:8px 0 25px;
}
.error-page p{
    font-family:"Lucida Grande", sans-serif;
    font-size:14px;
    line-height:22px;
    color:#666;
    margin-bottom:30px;
}

.return-button{
    font-family:"Lucida Grande", sans-serif;
    font-size:16px;
    color:#08c;
    text-decoration:none;
}
.return-button:hover{
    text-decoration:underline;
}