body {
        background: #515c75;
}

a:link, a:visited {
        color: #CCCCCC;
}


img.cntr {
        width: 250px;
        display: block;
        margin-top: 25px;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
}

#post {
        font-style: normal;
        font-weight: normal;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 500px;
        color: #FFFFFF;
        font-family: "Courier New", monospace, Courier;
        font-size: 14px;
}


#title {
        text-align: center;
        font-style: normal;
        font-family: "Courier New", Courier, Monaco, monospace;
        font-weight: normal;
        font-size: 20px;
}


#date {
        text-align: center;
        font-style: normal;
        font-family: "Courier New", Courier, Monaco, monospace;
        font-weight: normal;
        font-size: 15px;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    /*background: rgba(45,50,61,0.9);*/
    background: rgba(118,172,176,0.9);
    /*-webkit-box-shadow:0px -2px 2px #333333;*/
    
}

#footer ul {
    margin: 0;
    padding: 0;
    line-height: 1;
}
#footer li {
    display: inline;
    font-size: 10px;
    color: white;
}


