html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background: #398bfd url(images/bg.jpg) no-repeat left top;
    color: #fff;
    text-align: center;
}

#exit-disclaimer {
    display: none;
    z-index: 10;
    position: absolute;
    right: 40px;
    bottom: 20px;
    width: 300px;
    font: 10px arial,helvetica;
    color: #000;
    background: #fff;
    padding: 3px;
    border: 1px solid #000;
    text-align: center;
}
