body
	{
	
	background: #fff url(logo-starbg.gif) no-repeat center;
	/*
	background-image: url(logo-starbg.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFF;*/
	margin: 0;
	padding: 0;
	color: #666666;
	text-align: center;
	font-family: Century Gothic, Arial, sans-serif;
	}
a:link
	{
	color: #666666; text-decoration:none;
	}
a:active
	{
	color: #666666; text-decoration:none;
	}
a:visited
	{
	color: #666666; text-decoration:none;
	}
a:hover
	{
	color: #cccccc; text-decoration: underline;
	}
#leftstuff
	{
	margin-right: 10;
	text-align: right;
	font-size: 10pt;
	vertical-align: text-top;
	}
#rightstuff
	{
	margin-left: 10;
	text-align: left;
	font-size: 10pt;
	vertical-align: text-top;
	}
#cafeheader
	{
	font-size: 14pt;
	font-weight: bold;
	}
#enter
	{
	font-size: 12pt;
	font-weight: bold;
	}
#topAlign
	{
	vertical-align: text-top;
	}