body { background:black; }

#supercontainer {
    width: 100%;
    background: black;
}

#container {
    width: 1000px;
    margin: 0 auto;
    background: #242424;
    color:white;
    padding: 1em;
}

#title {
    width: 100%;
    height: 100px;
    border-bottom: 2px dotted #ccc;
}
#title h1 {
    color:white;
    font-weight:bold;
    text-shadow: 5px 5px 3px black;
    float:left;
}
#title form, #title input {
    float: right;
}

#printview {
    text-align:right;
}

#dirlist, #dirlist li {
    text-transform: capitalize;
}

a:link, a:visited {
    color: #cae682;
    text-decoration:none;

}
a:hover { 
    color: #e5786d;
    text-decoration: underline;
}
.clear {
    clear:both;
}