body {
background: #000;
background-image:url(../images/bg.png);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:0px -20px; 
}

#header h1 {
color: #EEE;
}

a {
color: #585c3b;
}

a:hover {
color: #b59a47;
}

a:visited {
color: #b59a47;
}

#footer {
color: #FFF;
}

#footer a{
color: #FFF;
}