diff --git a/assets/images/backgrounds/bg_1.jpg b/assets/images/backgrounds/bg_1.jpg
new file mode 100644
index 0000000..b6c1a2b
Binary files /dev/null and b/assets/images/backgrounds/bg_1.jpg differ
diff --git a/assets/images/backgrounds/bg_2.jpg b/assets/images/backgrounds/bg_2.jpg
new file mode 100644
index 0000000..ddd1f92
Binary files /dev/null and b/assets/images/backgrounds/bg_2.jpg differ
diff --git a/assets/images/backgrounds/bg_3.jpg b/assets/images/backgrounds/bg_3.jpg
new file mode 100644
index 0000000..17ae2f2
Binary files /dev/null and b/assets/images/backgrounds/bg_3.jpg differ
diff --git a/assets/images/backgrounds/bg_4.jpg b/assets/images/backgrounds/bg_4.jpg
new file mode 100644
index 0000000..a99d081
Binary files /dev/null and b/assets/images/backgrounds/bg_4.jpg differ
diff --git a/assets/images/backgrounds/bg_5.jpg b/assets/images/backgrounds/bg_5.jpg
new file mode 100644
index 0000000..6d759af
Binary files /dev/null and b/assets/images/backgrounds/bg_5.jpg differ
diff --git a/assets/linker/js/vendor/jquery.backstretch.min.js b/assets/linker/js/vendor/jquery.backstretch.min.js
new file mode 100644
index 0000000..1bb20f8
--- /dev/null
+++ b/assets/linker/js/vendor/jquery.backstretch.min.js
@@ -0,0 +1,4 @@
+/*! Backstretch - v2.0.4 - 2013-06-19
+* http://srobbin.com/jquery-plugins/backstretch/
+* Copyright (c) 2013 Scott Robbin; Licensed MIT */
+(function(a,d,p){a.fn.backstretch=function(c,b){(c===p||0===c.length)&&a.error("No images were supplied for Backstretch");0===a(d).scrollTop()&&d.scrollTo(0,0);return this.each(function(){var d=a(this),g=d.data("backstretch");if(g){if("string"==typeof c&&"function"==typeof g[c]){g[c](b);return}b=a.extend(g.options,b);g.destroy(!0)}g=new q(this,c,b);d.data("backstretch",g)})};a.backstretch=function(c,b){return a("body").backstretch(c,b).data("backstretch")};a.expr[":"].backstretch=function(c){return a(c).data("backstretch")!==p};a.fn.backstretch.defaults={centeredX:!0,centeredY:!0,duration:5E3,fade:0};var r={left:0,top:0,overflow:"hidden",margin:0,padding:0,height:"100%",width:"100%",zIndex:-999999},s={position:"absolute",display:"none",margin:0,padding:0,border:"none",width:"auto",height:"auto",maxHeight:"none",maxWidth:"none",zIndex:-999999},q=function(c,b,e){this.options=a.extend({},a.fn.backstretch.defaults,e||{});this.images=a.isArray(b)?b:[b];a.each(this.images,function(){a("")[0].src=this});this.isBody=c===document.body;this.$container=a(c);this.$root=this.isBody?l?a(d):a(document):this.$container;c=this.$container.children(".backstretch").first();this.$wrap=c.length?c:a('