function main()
	Is3D( FALSE );

	AddBackground( "MainLab\\sara" );

	-- Displayable objects w/ hotspot
	AddSprite( Sara, 210, 72, 160, 312, nil, VISIBLE+ACTIVE, 12, 13 );
end