body {
        background: #151513;
        background-image: url(/images/mainbg.png);
        background-attachment: fixed;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #FF0000;
        font-size: 12px;
        text-align:center; /* for IE */
    }
#header {
        background-color: #151513;
        width: 1000px;
        height: 200px;
        text-align: center;
        margin: 0 auto; /* for the rest */
        padding: 0;
        border: 3px #056206 solid;        
    }
#navbar-container {
        background-color: #151513;
        width: 1000px;
        height: auto;
        margin: 0 auto; /* for the rest */
        border-right: 3px #056206 solid;
        border-left: 3px #056206 solid;
    } 
#content-container {
        background-color: #151513;
        width: 1000px;
        height: auto;
        margin: 0 auto; /* for the rest */
        border-right: 3px #056206 solid;
        border-left: 3px #056206 solid;
}         
#content {
        background-color: #151513;
        padding-top: 40px;
        padding-bottom: 80px;
        width: 80%;
        height: auto;
        text-align: left;
        margin: 0 auto; /* for the rest */
    }
.style1 {
        font-weight: bold;
    }
#footer-container {
        background-color: #000000;
        clear: both;
        width: 1000px;
        height: 160px;
        text-align: center;
        margin: 0 auto; /* for the rest */
        border: 3px #056206 solid;
}
#footer-left {
        background-color: #000000;
        float:left;
        width: 333px;
        height: 95px;
        text-align: center;
        margin: 0 auto; /* for the rest */
        padding-top: 65px;
}
#footer-centre {
        background-color: #000000;
        float:left;
        width: 334px;
        height: 150px;
        text-align: center;
        margin: 0 auto; /* for the rest */
        padding-bottom: 10px;
}
#footer-right {
        background-color: #000000;
        float:left;
        width: 333px;
        height: 95px;
        text-align: center;
        margin: 0 auto; /* for the rest */
        padding-top: 65px;
}