<greeter>
  <item type="svg">
    <normal file="background.svg"/>
    <pos x="0" y="0" width="100%" height="-75"/>
  </item>

  <item type="rect">
    <normal color="#000000"/>
    <pos x="0" y="-75" width="100%" height="75"/>
    <children>
      <item type="rect">
        <normal color="#ffffff"/>
        <pos x="0" y="4" width="100%" height="100%"/>
        <children>
	  <item type="pixmap">
	    <normal file="options.png" tint="#dddddd"/>
	    <prelight file="options.png"/>
	    <pos x="10" y="50%" anchor="w"/>
	  </item>
	  <item type="label">
	    <normal color="#000000" font="Sans 14" text="Option"/>
	    <pos x="66" y="50%" anchor="w"/>
	  </item>
	  <item type="pixmap">
	    <normal file="help.png" tint="#dddddd"/>
	    <prelight file="help.png"/>
	    <pos x="160" y="50%" anchor="w"/>
	  </item>
	  <item type="label">
	    <normal color="#000000" font="Sans 14" text="Help"/>
	    <pos x="216" y="50%" anchor="w"/>
	  </item>

        </children>
      </item>
    </children>
  </item>
  <item type="clock">
    <normal color="#000000" font="Sans 16"/>
    <pos x="10" y="10" anchor="nw"/>
  </item>
  <item type="pixmap">
    <normal file="flower.png"/>
    <pos x="100%" y="100%" anchor="se"/>
  </item>
  <item type="rect">
    <normal color="#FFFFFF" alpha="0.5"/>
    <pos anchor="c" x="50%" y="50%" width="40%" height="25%"/>
    <children>
      <item type="label">
        <normal color="#000000" font="Sans 18" text="Welcome to golden-clasped-wishing-staff"/>
        <pos anchor="c" x="50%" y="25%"/>
      </item>
      <item type="label">
        <normal color="#000000" font="Sans 16" text="Please enter your user name"/>
        <pos anchor="c" x="50%" y="75%"/>
      </item>
      <item type="rect">
	<normal color="#000000"/>
        <pos anchor="c" x="50%" y="50%" height="24" width="80%"/>
	<children>
	  <item type="entry">
            <pos anchor="nw" x="1" y="1" height="-1" width="-1"/>
	  </item>
	</children>
      </item>
    </children>
  </item>
</greeter>


