body {
background: #123B67 url("../images/background.png") top left repeat-x;
}

#wrapper{
background: url("../images/wrapperbg_blue.gif") top center repeat-y;
}

#header{
background: #0A2E58 url("../images/headerbg_blue.gif") bottom center no-repeat;
}	

#footer {
background:  url("../images/footerbg_blue.gif") bottom center no-repeat;
}

#credit{
background: #123B67;
}

#credit p, #credit p a {
color:#fff;
}

#credit a:hover {
color:#999;
}

#search{
background: #0074AD;
border: 1px solid #0085C7;
}

#search input{
color: #fff;
}