body {
	margin:auto;
	text-align:center;
	background-color:#000000;
	background-repeat: repeat-y; 
	background-position: top center; 
	background-image: url(../_img/_purple/__SF_back_body_y.jpg);
	background-position:center -5px;
	cursor:default;
}
iframe {
	border:0px;
	border-top:#6600ff 1px dotted;
	border-bottom:#6600ff 1px dotted;
}
div {
	display:block;
	margin:auto;
	margin-top:0px;
	margin-bottom:0px;
}
a { 
	text-decoration:none;
	color:#52307E;
	font-size:8px;
	font-family:"Tahoma";
	line-height:1.4em;
	text-transform:uppercase;
	}
a:link  	 { color:#52307E; }
a:visited{ color:#52307E; }
a:active { color:#52307E }
a:hover	 { color:#74E000; }


#world {
	width:1200px;
	margin:auto;
	text-align:center;
}
#head  {
	width:1200px;
	height:20px;
	position:absolute;
	margin-left:-600px;
	left:50%;
	top:0px;
	text-align:right;
	background-repeat: no-repeat; 
	background-position: top center; 
	background-image: url(../_img/_purple/sf_head_back_purple.jpg);
	background-position:center top;
}
#head span {
	text-decoration:none;
	color:#362053;
	font-size:8px;
	font-family:"Tahoma";
	line-height:1.4em;
	text-transform:uppercase;
	padding-right:220px;
}
#main  {
	width:1200px;
	height:680px;
	position:absolute;
	margin-left:-600px;
	left:50%;
	top:20px;
	background-repeat: no-repeat; 
	background-position: top center; 
	background-image: url(../_img/_purple/sf_main_back_purple.jpg);
	background-position:center top;
}
#bottom  {
	width:1200px;
	height:200px;
	position:absolute;
	margin-left:-600px;
	left:50%;
	top:600px;
	background-repeat: no-repeat; 
	background-position: top center; 
	background-image: url(../_img/_purple/sf_bottom_back_purple.jpg);
	background-position:center top;
}







