body {
    
    padding: 0;
    text-align: center;    

    background: #333;
    
    background-image: url('images/logo_big.png');
    background-repeat: no-repeat;
    background-position: center top;
    
    font-family: museo-sans, Verdana;
    font-weight: 100;
}

p {
    margin-top: 180px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10pt;
    font-weight: 100;
    text-align: left;
    line-height: 1.5;
    width: 708px;
    color: #aaa;
    padding-bottom: 30px;
    border-bottom: 1px solid #444;
}

h2 a {
    color: #aaa;
    text-decoration: none;
}

h2 a:hover {
    color: #444;
}

#wlt {
    
    width: 740px;
    height: 300px;
    margin-top: 30px;
    background-image: url('images/weleavetraces.png');
    background-repeat: no-repeat;
    background-position: top left;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

a {
    color: #888;
}

a:hover {
    color: #444;
}

#wlt h2 {
    margin-left: 155px;
    color: #f1f1f1;
    font-family: museo;
    margin-top: 15px;
    font-size: 12pt;
    float: left;
    height: 20px;
    color: #aaa;
}

#wlt p {
    float: left;
    margin-top: 0px;
    margin-left: 155px;
    display: inline;
    width: 560px;
    font-weight: 100;
    font-size: 10pt;
    color: #666;
    border-bottom: 0px solid #444;
}

.underline {
    border-bottom: 1px dashed #444;
}