

body {


background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff3333), to(#6389C2), color-stop(.2,#2C332F));
background: -moz-linear-gradient(left top, blue, white);
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#041B66, endColorstr=#6389C2);

}





#wrapper{

background: #fff url("../images/wrapperbg_red.jpg") top center repeat-y;

}





#header{

background: #900 url("../images/headerbg_red.jpg") bottom center no-repeat;

}	



 



#footer {

background:  url("../images/footerbg_red.jpg") bottom center no-repeat;

}





#credit{

background: #900;

}



#credit p, #credit p a, #credit p a:hover{

color:#FF3D3D;

}



#search{

background: #BD0000;

border: 1px solid #750000;

}



#search input{

color: #fff;

}

