/*
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.jpg) 50% 0 no-repeat fixed;
	width: 100%;	
	height: 680px;
	margin: 0 auto;
	padding: 0;
	position:absolute;
	top:141px;
}

