You can follow my below suggestion
Open templates/ja_purity_ii/css/template.css file
from
#ja-container {
background: url(../images/container-bg.gif) repeat-x top #fff;
position: relative;
z-index: 5;
border-bottom: 5px solid #ccc
}
#ja-container .main { padding: 20px 0; min-height: 300px; }
change to
#ja-container {
background: url(../images/new-your-bg.gif);
position: relative;
z-index: 5;
border-bottom: 5px solid #ccc
}
/*with logo path: templates/ja_purity_ii/images/new-your-bg.gif*/
#ja-container .main { padding: 20px 0; min-height: 300px; background: white;}
Remember to clear cache from Admin area after changing