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

body {
	background-color:#000;
	-webkit-user-select:none;
}

#index-photo {
	position: absolute; width:768px; height:1004px; left:50%; top:0px; margin-left: -384px;
	background-repeat:no-repeat; 
	
}


#index-page {
	position: absolute; width:768px; height:1004px; left:50%; top:0px; margin-left: -384px;
		
}

#index-page #top-bar {
	position:absolute; width:768px; height:60px; left:0px; top:0px;
	background-color:#369;
	color:#FFF; font-size:50px; font-family:"Futura"; text-indent:90px; 
	line-height:60px; padding-top:70px;
}
#index-page #content {
	position:absolute; width:768px; height:844px; left:0px; top:130px;
	background-color:#fff;
	color:#000; font-size:20px; font-family:"Futura"; text-indent:90px;
	line-height:30px; 
}
#index-page #content .title1 {
	font-size:26px; text-indent:100px;
	line-height:30px; color:#369;
}
#index-page #content li {
	font-size:20px; text-indent:20px; margin-left: 120px;
	color:#69C; cursor:pointer;
}



#index-page #footer {
	position:absolute; width:768px; height:30px; left:0px; top:974px;
	background-color:#369;
}