/* CSS Document */

html, body{
    width:100%;
    height:100%;
    margin: 0 auto;
    padding: 0;
    background-color: #FFF;
}

.comingsoon{
    margin: 0 auto;
    width: 640px;
    vertical-align: middle;
}

img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 242px;
    max-width: 640px;
    margin-top: -121px; /* Half the height */
    margin-left: -320px; /* Half the width */
}
