html, 
body{
    background-color: #000;
    font-family: Times New Roman, Georgia, serif;
    font-size: 12px;
    color: #fff;
}

a:active, a:focus { outline: 0;}

#site{
    width: 1024px;
    height: 559px;
    margin: 0 auto;
}

#container{
    position: relative;
    top: 0px;
    left: 0px;
    width: 1024px;
    height: 559px;
    background-image: url('coming-soon-bg.jpg');
    background-repeat: no-repeat;
}

#coming-soon-text{
    position: absolute;
    left: 85px;
    top: 138px;
    width: 281px;
    font-size: 14px;
    line-height: 18px;
}

h2 {
    font-weight: normal;
    font-size: 19px;
}

#footer{
    width: 850px;
    position: absolute;
    left: 85px;
    top: 556px;
    text-align: center;
    
}

.footerLink
{
    float: left;
    display: inline;
    margin-left: 22px;
}

.footer-copy{
    width: 850px;
    margin: 0 auto;
    text-align: center;
    font-size: 9px;
    color: #656565;
    font-family: Tahoma, Verdana, sans-serif;
    font-variant: small-caps;
    clear: both;
    padding-top: 15px;
    text-transform: uppercase;
    line-height: 14px;
}

.footerLinkSpace{
    float: left;
    display: inline;
    margin-left: 35px;
    width: 1px; height: 1px;
    overflow: hidden;
}

.footer-copy a {
 color: #656565;
}
