    body {
        background: url('starwarsbg.png');
        color: #fff;
        font-family: Radley;
        text-align: center;
		background-color: #000;
    }
    
    h1 {
        font-family: Oswald;
        font-size: 40px;
        text-transform: uppercase;
        margin-bottom:4px;
        margin-top: -2px;
    }
            
    #changeiscoming {
        font-size: 14px;
        color: #666;
        font-family: Radley;
    }
            
    #defaultCountdown { 
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 300px;
        border-top: 6px solid #fff;
        padding-top: 14px;
    }
            
    #container {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        padding-bottom: 12px;
    }
            
    #footer {
        position: absolute;
        bottom: 0;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        text-align: center;
    }
            
    #phone {
        font-family: Oswald;
        text-transform: uppercase;
        font-size: 24px;
        color: #666;
        margin-bottom: 12px;
    }
            
    #phone a:link, #phone a:active, #phone a:hover, #phone a:visited {
        font-family: Oswald;
        text-transform: uppercase;
        font-size: 24px;
        color: #666;
        text-decoration: none;
        font-weight: bold;
    }