body {
    background-color: #444;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    color: chartreuse;
}
#nodelisttitle {
    float:left;
}
#count {
    float:right;
}
#nodelist {
    border:1px solid chartreuse;
    background-color: #fff;
    float:left;
    clear:both;
    width:100%;
}
#contents {
    width:500px;
}