*    { margin: 0em; padding: 0em; }
html { height: 100%; }

div.clear { clear: both; }

.hidden { display: none; }

body {
    height: 100%;
    background-color: #1F1F1F;
    color: black;
    font: small sans-serif;
}

div#main {
    width: 720px;
    min-height: 100%;
    margin: 0em auto 0em auto;
    background-color: white;
}

div#comingSoon {
    width: 100%;
    text-align: center;
}

div#comingSoon img {
    margin-top: 100px;
}
