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

body {
    background-color: #180b05;
    font-size: 18px;
    color: #EEE;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 26px;
    }

a {
    color: #FF9;
    text-decoration: none;
    }
a:hover {
    text-decoration: underline;
    }

h1 {
    color:  #e99524;
    font-size: 25px;
    margin: 0;
    padding-bottom: 3px;
    }

small { font-size: 14px;}

#container {
    min-height:100%;
    position:relative;
    width: 750px;
    margin: 0 auto;
    }

#main {
    padding:100px 10px 10px 10px;
    padding-bottom:75px;   /* Height of the footer */
    }
    
#footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:60px;   /* Height of the footer */
    text-align: center;
    font-size: 16px;
    }

#footer #copy {
    display: block;
    margin-top: 10px;
    }

#footer #copy a {
    color: #CCC;
    text-decoration: underline;
    }

#status {
    width: 100%;
    height: 250px;
    font-size: 30px;
    margin-top: 15px;
    }