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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, textarea,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	overflow: hidden;
	vertical-align: top;
	color: inherit;
	border-color: inherit;
	font-style: normal;
	font-weight: normal;
	font-family: Helvetica , sans-serif;
	text-align: left;
	border-color: inherit;
	overflow: hidden;
	background-attachment: fixed;
	transition: 			all 0.25s ease;
	-o-transition: 			all 0.25s ease;
 	-moz-transition: 		all 0.25s ease;
 	-webkit-transition: 	all 0.25s ease;
 	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body {
	opacity: 0;
}

#measure {
	width: 100%;
	height: 0;
}

#headline {
	padding: 30px;
	padding-right: 60px;
	display: block;
	font-size: 64px;
	line-height: 72px;
	font-weight: bold;
	letter-spacing: -1px;
}

#copy {
	margin: 32px;
	margin-right: 60px;
	margin-top: 15px;
	padding-top: 15px;
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-weight: lighter;
	letter-spacing: 1px;
	border-top: 6px solid;
	display: inline-block;
	max-width: 450px;
}

#movement {
	margin: 32px;
	margin-right: 60px;
	padding-top: 13px;
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	font-weight: lighter;
	letter-spacing: 1px;
	border-top: 6px solid;
	display: inline-block;
	max-width: 450px;
}

#source {
	margin: 32px;
	margin-right: 60px;
	padding-top: 13px;
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	font-weight: lighter;
	letter-spacing: 1px;
	border-top: 6px solid;
	display: inline-block;
	max-width: 450px;
	margin-left: 30px;
}

.movementBox {
	position: absolute;
	cursor: pointer;
}

.year , .decade {
	width:100%;
	position: absolute;
	border-color: inherit;
	border-top: 1px solid;
	top:0;
	left: 0;
}

.year {
	opacity: 0.15;
	border-top-style: dashed;
}

.decade {
	opacity: 0.5;
}

.marker {
	position: absolute;
	left:0;
	display: inline-block;
	padding: 5px;
	font-size: 11px;
	margin-left: 10px;
	margin-top: -11px;
	background-color: #fff;
}

#column1 {
	overflow-x: hidden;
	position: absolute;
	border-color: inherit;
	top: 0;
	left: 0;
}

#column3 {
	width: 100%;
	height: 100%;
}

#windowTracker {
	width: 100%;
	background-color: rgba(255,255,255,0.25);
	position: absolute;
	display: block;
	pointer-events:none;
	z-index: 10000;
	top: 0;
	transition: 			all 0.0s ease;
	-o-transition: 			all 0.0s ease;
 	-moz-transition: 		all 0.0s ease;
 	-webkit-transition: 	all 0.0s ease;
}

#container1 , #container2 , #container3 {
	position: absolute;
	overflow-x: hidden;
	overflow-y: scroll;
	border-color: inherit;
	height: 100%;
	transition: 			all 0.0s ease;
	-o-transition: 			all 0.0s ease;
 	-moz-transition: 		all 0.0s ease;
 	-webkit-transition: 	all 0.0s ease;
 	transition: 			left 0.5s ease;
	-o-transition: 			left 0.5s ease;
 	-moz-transition: 		left 0.5s ease;
 	-webkit-transition: 	left 0.5s ease;
}

#container3 {
	background-color: #d0d0d0;
	overflow: visible;
	z-index: 1000000000000000000000000;
}

#container2 {
	overflow: hidden;
	pointer-events:none;
}

#container1 {
	padding-left: 30px;
	padding-right: 33.333%;
}

#toggleMenu {
	position: absolute;
	width: 45px;
	height: 90px;
	margin-left: -45px;
	top: 50%;
	margin-top: -45px;
	background-color: #000;
	z-index: 100;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	transition: 			all 0.0s ease;
	-o-transition: 			all 0.0s ease;
 	-moz-transition: 		all 0.0s ease;
 	-webkit-transition: 	all 0.0s ease;
 	transition: 			left 0.5s ease;
	-o-transition: 			left 0.5s ease;
 	-moz-transition: 		left 0.5s ease;
 	-webkit-transition: 	left 0.5s ease;
 	cursor: pointer;
 	z-index: 100000000000000000000;
 	background-image: url("touch.png");
 	background-position: center center;
 	background-size: auto;
 	background-repeat: no-repeat;
 	background-attachment: scroll;
}

#movement1 , #movement2 , #movement3 , 
#movement4 , #movement5 , #movement6 , 
#movement7 , #movement8 , #movement9 , 
#movement10 , #movement11 , #movement12 {
	position: absolute;
}

#infoHolder {
	position: fixed;
	text-align: right;
	bottom:0;
	right:0;
	z-index: 10000000000000000000;
}

.button {
	padding: 18px;
	letter-spacing: 0;
	display: inline-block;
	line-height: 8px;
	font-size: 16px;
	background-color: #000;
	color:#fff;
	font-weight: lighter;
	margin: 10px;
	margin-left: 0px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-khtml-border-radius: 100px;
	cursor: pointer;
}