* {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    color: #CCC;
    font-size: 12px;
}

html, body {
    background-color:   black;
}

.invisible {
    position: absolute;
    margin-left: -9999rem;
}

img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: -27px;
}