
	body{
		margin:0px;
		padding:0px;
		background:#F4EED8 no-repeat top center;
		background-attachment:fixed; 
		b-webkit-background-size: cover;
    	-moz-background-size: cover;
    	-o-background-size: cover;
    	background-size: cover;
		font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	a{
		outline:0px;
		color:#000000;
		font-weight:bold;
		text-decoration:none;
		font-size:14px;
	}
	a:hover{ text-decoration:underline; color:#990000;  }
	
	#wrapper{
		width:1000px;
		margin:auto;
		padding-top:10px;
		z-index:20;
		position:relative;
	}
	
	.head{ font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; }
	.texy01{ font-family:Arial, Helvetica, sans-serif; }
	
	#flash_cont{ position:absolute; z-index:0px; width:100%; height:100%; overflow:hidden; left:0px; }
	
	.top_button{ padding-right:61px; }
	
	.copy{ font-size:11px; color:#333333; }
