body {
    background-color: black;
    color: white; 
    margin: 0px; 
    padding: 0px 0px 0px 0px;
}

div {
    text-align: center;
    margin-top: 10px;
    width: 100%;
    height: 100%;
}

img.warning {
    clear: both; 
    margin: 60px 0px 0px 0px;
}

h1 {
    color: white; 
    clear: both; 
    padding: 0px 0px 0px 0px; 
    font-size: 200%;
    background-color: black;
    background-image: none;
}

p.message {
    color: white; 
    font-weight: bold;
    line-height: 1.5em; 
    font-size: 100%; 
    padding: 20px 60px;
}
