#intro {
	background: url("images/overlay.png"), url("../../images_stringsattached/intro.jpg");
	background-size: 256px 256px, cover;
	background-attachment: fixed, fixed;
	background-position: top left, bottom center;
}

#one {
	background: url("images/overlay.png"), url("../../images_stringsattached/one.jpg");
	background-size: 256px 256px, cover;
	background-attachment: fixed, fixed;
	background-position: top left, center center;
}

#two {
	background: url("images/overlay.png"), url("../../images_stringsattached/one.jpg");
	background-size: 256px 256px, cover;
	background-attachment: fixed, fixed;
	background-position: top left, center center;
}
