html, body {
    height: auto;
    min-height: 100%;
}

body {
    font-family: Cuprum;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    background: radial-gradient(#fff, #ddf);
}

h1, h2, h3, h4, h5, h6 { font-weight: 400; }
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }

#wrap { margin: 0px auto; }
#center { text-align: center; }

.coming {
    padding: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f7f7f7;
    font-size: 32px;
    color: #444;
}
