body{
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
}    
header {
    text-align:center;
    padding: 20px 0 10px 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}
header img {
    height: 70px;
    max-width: 100%;
}
main {
    min-height: 400px;
    margin: 30px 0;
}
.home {
    margin-top: 70px;
    text-align:center;
}
.home .title {
    margin-top: 30px;
    color: #b31827;
}
.error {
    margin-top: 70px;
    text-align:center;
}
.error img {
    height: 200px;
    max-width: 100%;
}
.error .title {
    margin-top: 30px;
    color: #b31827;
}
footer {
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0 15px 0;
    font-size: .9em;
    text-align: center;
}
footer a {
    color: #000;
    text-decoration: none;
}