body {
background: #000;
}

#wrapper{
background: #fff url("../images/wrapperbg.jpg") top center repeat-y;
}


#header{
background: #8C7540 url("../images/headerbg.jpg") bottom center no-repeat;
}	
 

#footer {
background:  url("../images/footerbg.jpg") bottom center no-repeat;
}

#credit{
background: #8C7540;
}

#credit p, #credit p a, #credit p a:hover{
color:#FFF;
}

#credit p a, #credit p a:hover{
color:#cdac5d;;
text-decoration:none;
}

#credit p a:hover{
color:#FFF;
text-decoration:underline;
}

#search{
background: #FFF;
border: 1px solid #444;
}

#search input{
color: #999;
}
