body {
background: #555 url("../images/bg.jpg") fixed repeat;
}

#wrapper{
background: transparent url("../images/wrapperbg.png") top center repeat-y;
}


#header{
background: #0e0e0e url("../images/headerbg.png") bottom center no-repeat;
}	
 

#footer {
background:  url("../images/footerbg.png") bottom center no-repeat;
}

#credit{
background: transparent;
}

#credit p, #credit p a, #credit p a:hover{
color:#999;
}

#search{
background: #888;
border: 1px solid #444;
}

#search input{
color: #fff;
}

