/* taust */
body {background-color:#242424;}

#footer {
        border-top:1px solid #3B3B3B;
        clear:both;
        width:300px;
        margin:20px auto 0px auto;
        padding:10px 0px;
        text-transform:uppercase;
}
#footer li {
        text-align:center;
        font-size:11px;
        font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
        display:inline;
        list-style:none;
        padding:0px 5px;
        color:#666666;
}
#footer a {
        color:#666666;
}
#footer a:hover {
        color:#E69600;
}