/*
CSS for the demo: Recreating the Nikebetterworld.com Parallax Demo
Demo: Recreating the Nikebetterworld.com Parallax Demo
Author: Ian Lunn
Author URL: http://www.ianlunn.co.uk/
Demo URL: http://www.ianlunn.co.uk/demos/recreate-nikebetterworld-parallax/
Tutorial URL: http://www.ianlunn.co.uk/blog/code-tutorials/recreate-nikebetterworld-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/.

Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background:#000;
	color:#FFF;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset*/
/*other reset
Copyright (c) 2010, Yahoo! Inc. All rights reserved. 
Code licensed under the BSD License: 
http://developer.yahoo.com/yui/license.html 
version: 3.3.0 
build: 3167 
*/ 
html{color:#FFF;background:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;} 


@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'uni';
    src: url('fonts/uni.eot');
    src: url('fonts/uni.eot?#iefix') format('embedded-opentype'),
         url('fonts/uni.woff') format('woff'),
         url('fonts/uni.ttf') format('truetype'),
         url('fonts/uni.svg#uni') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'unib';
    src: url('fonts/unib.eot');
    src: url('fonts/unbi.eot?#iefix') format('embedded-opentype'),
         url('fonts/unib.woff') format('woff'),
         url('fonts/unib.ttf') format('truetype'),
         url('fonts/unib.svg#unbi') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	background:url(images/bg_i14_soon_1.jpg);
	background-position: center center;
	font-family:'unib', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background-color:#fff;
	color:#000;
	
}


#intro-tit{
	position:fixed;
	z-index:10;
	left: 50%;
	top: 50%;
	margin: -100px 0 0 -200px;
	width:400px;
	height:200px;
	text-align:center;
	color:#000;
}
#typewritter {
	font-family:'unib', Arial, Helvetica, sans-serif;
	color:#000;
	font-size:22px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	max-width:400px;
	margin: 0 0 0px 0;
	text-align:center;
	max-height:24px;
	min-height: 24px;
	height: 24px;
	overflow:hidden;
}
#typewritter2 {
	font-family:'uni', Arial, Helvetica, sans-serif;
	color:#000;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	max-width:400px;
	margin: 0 0 0px 0;
	text-align:center;
	max-height:24px;
	min-height: 24px;
	height: 24px;
	overflow:hidden;
}
h1 {
	font-family:'unib', Arial, Helvetica, sans-serif;
	color:#000;
	font-size:22px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-align:center;
	margin: 0;
}
h2 {
	font-family:'uni', Arial, Helvetica, sans-serif;
	color:#000;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-align:center;
	margin: 0;
}
p {
	font-family:'uni', Arial, Helvetica, sans-serif;
	color:#000;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	text-transform:none;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-align:center;
	margin: 10px auto;
}
p a {
	color:#000;
	text-decoration:none;
}
p a:hover {
	font-family:'unib', Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

#ftr-tessil {
	z-index:10;
	position:absolute;
	bottom: 0;
	width:100%;
	text-align:center;
	
	font-family:'unib', Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
}
#ftr-tessil p{
	
	width:100%;
	text-align:center;
	
	font-family:'unib', Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
	font-weight:normal;
}