body {
    background: url("diamond_upholstery.png") repeat;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #5d5d5d;
}

header {
    width: 960px;
    background: url("sadpanda.png") no-repeat right;
    min-height: 460px;
    margin: 45px auto 0 auto;
    text-shadow: #ffffff 0 1px;
    position: relative;
}

header h1 {
    font-size: 2em;
    padding-top: 184px;
    margin-bottom: 10px;
}

header h2 {
    font-size: 1.2em;
}

header h1 span {
    color: #41b8e4;
}

#hostinglogo {
    position: absolute;
    bottom: 0;
    left: -12px;
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    /* Retina-specific stuff here */

    body {
        background: url("diamond_upholstery_@2X.png") repeat;
    }
}

