html, body {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow: hidden;
    cursor: default;
    text-align: center;
    background-color: #2b2b2b;
    background-image: url(bg.jpg);
}
div {
    font-family: 'Reenie Beanie', arial, serif;
    position: absolute;
    width: 700px;
    top: 45%;
    left: 50%;
    margin-top: -6pt;
    margin-left: -350px;
    z-index: 0;
    -moz-text-shadow:0 1px 0 #111;
    -webkit-text-shadow: 0 1px 0 #111;
    text-shadow: 0 1px 0 #111;
    color: #ccc;
    font-size: 2em;
}