
.left-404, div.left-404 > h2 strong {
    text-align:right !important;
    color: #b22222;
}//weird css bug in chrome it is imppossible to overwrite text-align:center from the h2 even though chrome says it is overwritten it is not.  solution, don't use h2

.right-404 {
    text-align:left !important;
    //color: #b22222;
}

.home-404 {
    padding-top: 50px;
    text-align: center;
}