pptx.defineSlideMaster({
title : 'MASTER_SLIDE',
margin: [0.5, 0.25, 1.00, 0.25],
bkgd : 'FFFFFF',
objects: [
{rect: { x:0, y:6.9, w:'100%', h:0.6, fill:'003b75' }},
{image: { x:11.45, y:5.95, w:1.67, h:0.75, data:starlabsLogoSml }},
{text: {
text:'S.T.A.R. Laboratories - Confidential',
options:{x:0, y:6.9, w:'100%', align:'c', color:'FFFFFF', fontSize:12}
}},
{placeholder: { options:{ name:'title', type:'title', x:0.5, y:0.2, w:12, h:1.0 }, text:'' }}
{placeholder: { options:{ name:'body', type:'body', x:6.0, y:1.5, w:12, h:5.25 }, text:'' }}
],
slideNumber: { x:1.0, y:7.0, color:'FFFFFF' }
});