/*
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 */


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

#intro{
	background:url(images/bg.png) 50% 0 no-repeat fixed;
	width: 100%;	
	height: 750px;
	margin: 0 auto;
	padding: 0;
	position:absolute;
	top:00px;
}
#third{
	background: url(images/bg2.jpg) 50% 0 no-repeat fixed;
	width: 100%;	
	height: 400px;
	padding:  0 0 0;	
	top:1190px;
	position:absolute;
}