body {
    font-family: tahoma;
    font-size: 12px;
    color: #434343;
}

#body {
    margin: 30px auto;
    width: 470px;
}

#top-logo {
    background: url(img/top.gif);
    height: 70px;
    width: 450px;
    margin-bottom: 20px;
}

#content a {
    color: #434343;
    background: #d0ff0d;
    display: inline-block;
    padding: 3px;
    margin: 3px;
    text-decoration: none;
}
    #content a:hover {
        text-decoration: underline;
    }


#box-links {
    margin-top: 20px;
    float: left;
    width: 100px;
}

#preview {
    float: left;
    width: 200px;
}
#ohloh {
    float: right;
    width: 100px;
    height: 88px;
    overflow: hidden;
}
