body {
    padding: 0;
    margin: 0;
    background-image: url(../img/bg.jpg);
    width: 100%;
    background-position: center top;
}

#content {
    width:380px;
    margin: 75px auto 0;
}

#website-title {
    background-image: url(../img/website-title.png);
    width:380px;
    height:102px
}

#coming-soon {
    margin-top:4px;
    background-image: url(../img/coming-soon.png);
    width:380px;
    height:45px;
}

#links {
    margin-top:4px;
    text-align:right;
    float:right;
    width:380px;
}

.icon {
    margin-left:2px; 
    float:right;
}
.icon-left {
    margin-left:2px;
    float:left;
}