@charset "UTF-8";
/* CSS Document */


#index{
	position:absolute;
	top:60%;
	left:50%;
	width:720px;
	height:300px;
	margin-top:-150px;
	margin-left:-360px;
	
	
}

#index h1{
	text-align:center;
	margin:auto;
}



#index h2{
	margin-top:25px;
	font-size:12px;
	font-weight:100;
	line-height:1.5;
	color:#666666;
	text-align:center;
}

#index .name{
	margin-top:20px;
	font-size:12px;
	font-weight:100px;
	color:#666666;
	text-align:center;
	
	
}


#index .copy{
	color:#999999;
	margin-top:50px;
	text-align:center;
	font-size:8px;
	
}



