* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    position: relative;
}

body {
    background: #000;
    color: #000;
    font: 11px Helvetica, Arial, Sans-serif;
}

i {
    left: 0;
    top: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #000 url(cssimages/coming-soon.jpg) no-repeat 50% 50%;
}

.copyright {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    bottom: 0;
    text-align: center;
    color: #444;
    z-index: 2;
}