pptx.defineSlideMaster({
title: 'CORP_MASTER',
bkgd: 'F1F1F1',
objects: [
{rect: { x:0, y:0, w:'100%', h:0.5, fill:'0088CC' }},
{text: { text:'S.T.A.R. Laboratories', options:{x:0.17, y:0.1, color:'FFFFFF'} }}
]
});