html,body {
    background-color: #FFFAFA;
    //overflow: hidden;
    color: #333;
    //line-height: 1.5;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#container {
    width: 80%;
    margin: 0 0 0 5%;
}
#container #message {
    float:left;
    width:80%
}
#container #message #apology {
    font-size: 34px;
    margin-bottom: 25px;
}
#container #message #reason {
    font-size: 18px;
}
#explorer {
    float:left;
    width: 20%;
}
#explorer img{
    width:90%;
}