/*
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: 1024px;
	padding: 0;
}


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

#a1{
	background: url(Agata_true_pencil_01.png) 50% 0 repeat-x fixed;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
#a2{
	background: url(Agata_true_stylus_01.png) 50% 0 repeat-x fixed;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
}

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

.story .float-left, .story .float-right{
	padding: 100px 0 0 0;
	position: relative;
	width: 350px;	
}