Whenever I utilize this code snippet
<h:panelGrid id="myGrid" columns="1"
rendered="#{myBean.showResults}" width="50%"
border="1" style="text-align: center;">
The panelGrid items will be centered
HOWEVER,
I desire to center the h:panelGrid itself in the middle of my XHTML page.
Similar to this HTML snippet
<table id="myGrid" border="1" align="center">