/* Global Styles */

html, body, #page_bg
	{
	/* IE5+/Win Fix: Allows <div> to span 100% of document body */
	height: 100%;
	}
html>body, html>body #page_bg
	{
	/* Mozilla/Opera Fix: Child selector restores "height" back to
	   "auto" and is hidden from IE5+/Win */
	height: auto;
	}
	
body
	{
	background: #FFFFFF;
	margin: 0px;
	}

#welcome
	{
	width: 375px;
	height: 251px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -188px;
	margin-top: -126px;
	z-index: 1;
	visibility: visible;
	}
	
#thanks
	{
	width: 375px;
	height: 251px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -188px;
	margin-top: -126px;
	z-index: 2;
	visibility: hidden;
	}