/*
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{
	margin: 0;
	min-width: 980px;
	padding: 0;
}

img{
	border: 0;
}

#header, #intro, #second, #third{
	width: 100%;
}


#intro{
	background:url(../Images/m1/01_bg.jpg) 50% 0 no-repeat;
	color: white;
	height: 620px;
	margin: 0 auto;
	padding: 0;
}

#second{
	background: url(../Images/m1/02_bg.jpg) 50% 0 no-repeat fixed;
	color: white;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#second .bg{
	background: url(../Images/m1/03_bg.jpg) 50% 0 no-repeat fixed;
	height: 878px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 900px;
	z-index: 200;
}

#second .bg{
	height: 1300px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 900px;
	z-index: 200;
}

#third{
	background:url(../Images/m1/03_bg.jpg) 50% 0 no-repeat;
	color: white;
	height: 3072px;
	margin: 0 auto;
	padding: 0;
}


.story{
	margin: 0 auto;
	min-width: 980px;
	overflow: auto;
	width: 980px;
}
