/* White color scheme */
body { background-color: #fff; }
/*
header { background-image: url(../img/bg_header_brown.png); }
#progressbar { background-image: url(../img/progressbar_fill_brown.png); }
.subscribe input.submit { background-image: url(../img/form_button_brown.png); }*/



header { background-image: url(../img/bg_header_white.png); }
#progressbar { background-image: url(../img/progressbar_fill_white.png); }
.subscribe input.submit, #more_info_page input.submit { background-image: url(../img/form_button_white.png); }
