a:link {
    color: #fff;
    /*text-decoration: none;*/
}

a:visited {
    color: #888;
    /*text-decoration: none;*/
}

body {
    background-color: #000;
    color: #fff;
    height:100%;
    margin:0;
    padding:0;
}

h2,h3,h4 {
    color: #fff;
    font-family: sans-serif;
    text-decoration: none;
}

html {
    height:100%;
    margin:0;
    padding:0;
}

#body {
    font-family: sans-serif;
    padding:10px;
    padding-bottom:20px;   /* Height of the footer */
}

#container {
    min-height:100%;
    position:relative;
}

#footer {
    background:#000;
    bottom:0;
    font-size: small;
    height:20px;   /* Height of the footer */
    width:100%;
    position:absolute;
}

#header {
    background:#fff;
    padding:10px;
}
