body {
	background-color: #555;
	background-image: url(darkgrey/bg.jpg);
}

#wrapper{
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #555;
	border-right-color: #555;
	border-bottom-color: #555;
	border-left-color: #555;
/*background: #fff url("../images/wrapperbg.png") top center repeat-y;*/
}


#header{

/*	background-image: url(../images/headerbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;*/
}	
 

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

#credit{
/*background: #555;*/
}

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

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

#search input{
color: #fff;
}

