/* CSS Document */
/*body{background: url("../images/body1.png") no-repeat center center #060402; }*/
body{background: #050201; }
#container {
    /*background: url("../images/intro4.jpg") no-repeat scroll center center / cover  rgba(0, 0, 0, 0);    */
    border: 1px solid #000;
    margin: 0px auto;
    text-align: left;
    width: 100%; max-width: 900px;    
}
#header {
    margin: 10px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
    color: #DBA878;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:18px;
}
#header a {
    color: #DBA878;
    text-decoration: none;
    font-size:16px;
}
#footer {
    color: #755A39;
    margin-top: 15px;
    text-align: center;
    width: 100%;
    font-size:13px;
    font-family:Tahoma, Geneva, sans-serif;
}
#footer span{color:yallow}