/* Used by sorry / offline page when load balancer 
   is unable to route traffic to any web server. */

body {
    background-color: #404547;
    color: #fff;
    font: 13px/1.5 Open Sans,Helvetica Neue,Arial,Helvetica,sans-serif;;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

h1 {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
}

div#container {
    color: #fff;
    width: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -225px;
    font-size: 20px;
}

div#container p {
    opacity: .7;
}

#header {
    background-color: #fff;
    height: 71px;
}

#header img {
    margin: 14px 0 0 50px;
}