html {
    background-image: url(images/stripes.png);
    background-repeat: repeat-y;
	background-color: #ffffff;
    min-width: 500px;
}
    
    #logo {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 97px;
        width: 97px;
        margin-left: -48px;
        margin-top: -48px;
        z-index: 25;
    }
    
    #coming {
        position: absolute;
        left: 50%;
        top: 62%;
        width: 150px;
        height: 22px;
        margin-left: -75px;
        margin-top: -11px;
        color: #000000;
        font-size: 22px;
        font-style: italic;
        font-weight: bold;
        font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "serif";
        text-align: center;
    }