html{
    margin: 0px;
    padding:0px;
}
body{

    padding-bottom: 80px;
    background: url('background.jpg');
    background-size: 20%;
    background-position: bottom;
    background-repeat: repeat-x;
}

#header{
    background: black;
    color: white;
    padding: 10px;
}

#postform{
    margin: 5px auto;
}




#base{
    min-height: 450px;
}

#menu{

}
#menu a{
    padding: 5px;
}
#menu a.active{
    color: red;
}
#menu a.inactive{
    color: grey;
}




#comments{
    margin: 50px;
}

#comments .comment{
    padding: 10px;
    margin: 10px;
    border-bottom: 1px grey solid;
}


#comments .timestamp{
    color: grey;
}