#Screen
	{
	display:none;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	}

#Screen_BG
	{
	background:#ffffff;
	filter:alpha(opacity=90);
	opacity:0.90;
	width:100%;
	height:100%;
	z-index:10;
	}

#Screen_Stage
	{
	position:fixed;
	width:100%;
	height:100%;
	text-align:center;
	z-index:100;
	overflow:auto;
	}

#Screen_ContentParent
	{
	width:600px;
	margin:0px auto 0px auto;
	}

#Screen_ContentParent_Content{clear:both;}
#Screen_ContentParent_Content h1{display:inline; font:bold 14pt/24pt 'courier new bold','courier new','courier',monospace; text-align:left; color:#777777;}
#Screen_ContentParent_Content h2{display:inline; font:bold 10pt/24pt 'verdana',sans-serif; text-align:left; color:#777777;}
#Screen_ContentParent_Content p{font:10pt/13pt 'verdana',sans-serif; color:#000000; padding:10px 0px 10px 0px;}
#Screen_ContentParent_Content a{color:#000000;}
#Screen_ContentParent_Content a:hover{color:#f26522;}

#SF_Controls{float:right; width:108px; height:30px; color:#ffffff; background:url(../images/Controls_BG.png) center center no-repeat;}
#SF_Artwork{background:#ffffff url(../images/AJAXLoading.gif) center center no-repeat;}
#SF_Caption{text-align:left;}
#SF_Caption p{font-weight:bold;}