/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/

@charset "utf-8";
/* CSS Document */

body{
		background:url(images/firstBG.jpg) 50% 0 no-repeat fixed;
	margin: 0;
	min-width: 980px;
	padding: 0;
	font-family:微软雅黑;
	overflow-y: auto;
	font-size:14px;
	line-height:20px;
}

p{
	margin: 0 0 20px 0;	
	font-size:14px;
}


img{
	border: 0;
}

h1, #pixels{
	font-family:微软雅黑;
	font-size-adjust:0.40;
	font-weight:700;
	font-style:normal;
}

h2{
	font-family:微软雅黑;
	font-size-adjust:0.531;
	font-weight:bold;
}

#header h1, #pixels{
	color: #48941A;
}

.float-left{
	float: left;	
	margin: 0 0 0 20px;
	
}

.float-right{
	float: right;
	margin: 0 20px 0 0;
}

.center{
	font-size: 2.5em;
	padding: 80px 0 0 0;
	text-align: center;
}

#title{
/*	background:url(images/title.png) 50% 0 no-repeat fixed;*/
	position: fixed;
	right: 25%;
	z-index:2;
}

#nav{
	list-style: none;
	position: fixed;
	right: 20px;
}

#nav li{
	margin: 0 0 5px 0;	
}

#header, #intro, #second{
	width: 100%;
}

#intro{

	color: white;
	height: 2080px;
	margin: 0 auto;
	padding: 0;
	z-index:1;
			overflow-y: hidden;
	overflow: hidden;
}


.story{
	margin: 0;
	min-width: 980px;
	overflow-y: auto;
	width: 980px;
	position:relative;  
    left:50%;  
		overflow-y: hidden;
	overflow: hidden;	
    margin-left: -490px;
}

.story .float-left, .story .float-right{
		overflow-y: hidden;
	overflow: hidden;
	position: fixed;
	top:0px;
    left:50%;  
    margin-left: 325px;
	
}

