@import url("global.css");

html	{ height: 100%; }
body	{ min-height: 100%; background: url("images/site/curl_bottom.png") 50% 100% no-repeat; margin: 0; }
#page-bkg2
{
	background: url("images/site/curl_top.png") 50% -160px no-repeat;
	text-align: center;
	padding: 0 5%;
	min-height: 100%;
}

#page-title		{ padding: 8px 0 32px; margin: 0 0 0.25em; background: url("images/site/titling/curl.png") 50% 100% no-repeat; }
#page-title em	{ color: white; font-style: normal; }

#footer			{ border-top: 3px solid #ec9; margin-top: 32px; padding: 0.25em 0 8px; }
#footer img		{ vertical-align: middle; }
#copyright		{ margin: 0; }
#copyright span	{ color: #db8; }

#content { margin: 20px; text-align: center; }
