html {
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    background-image: url(images/background.png);
    background-position:left;
    background-repeat:no-repeat;
    margin: 0 auto;
}

.darktext {
    color:#666666;
    font-family: "proxima-nova";
    font-size: 14px;
    letter-spacing: 6pt;
    text-transform: uppercase;
    line-height: 2;
}

.lighttext {
    color:#fff;
    font-family: "proxima-nova";
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 3pt;
    text-transform: uppercase;
    line-height: 1.35;
    float: center;
    position: relative;
}

.lighttext-small {
    color:#fff;
    text-align: center;
    font-family: "proxima-nova";
    font-size: 8px;
    font-weight: 300;
    letter-spacing: 2pt;
    text-transform: uppercase;
    line-height: 1.5;
    width:120px;
    float:left;
    margin-top: 130px;
    margin-left:48px;
}

#blackbox {
    width: 550px;
    height: 520px;
    background-image:url(images/Splash.png);
    background-position: center;
    background-repeat: no-repeat;
}

#wrap {
    height:800px;
    width:600px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;   
}