I think he wants to place it so if the screen or aspect ratio can scale to outer/inner - that it will still be central.
You can try using:
Set x -> (ViewportLeft("layer")-ViewportRight("layer"))/2
Set y -> (ViewportBottom("layer")-ViewportTop("layer"))/2
Just replace "layer" with the name or number of your HUD layer...
~Sol