There is no way to change the background color of a multipage control. It is always the "button face" color from the Windows control panel.
You could insert a frame with the desired background color on each tab page, resize it to fill the tab page and place it behind all other controls on the tab page.
Or use a tabstrip control instead - but that depends on what you want to accomplish.
Regards, Hans Vogelaar