html, body {
    height: 100%;
    background-color: #fafafa;
    font-size: 100%;
}

body {
    position: absolute;
    display: block;
    width: 100%;
}

#construction {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -120px 0 0 -170px;
    padding: 0 20px 20px 20px;
    min-width: 340px;
    min-height: 180px;
    border: double 6px #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
}

h1 {
    width: 300px;
    height: 83px;
    background: transparent url(../img/logo.png) no-repeat left center;
    text-indent: -9999px;
}

h1, h2, p {
    margin-bottom: 0;
}