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

html, body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
body {
	font-size:18px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:#000;
	color:#FFF;
}
body::selection {
	background-color:#a8d1ff;
}
body::-moz-selection {
	background-color:#a8d1ff;
}
h1 {
	font-family:"HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:800;
	font-size:72px;
	margin-bottom:0px;
}
h2, h3, h4, h5, h6 {
	font-family:"HelveticaNeue-UltraLight", "Helvetica Neue UltraLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:100;
	font-size:72px;
	margin-bottom:0px;
}
h3 {
	font-size:36px;
}
ul {
	list-style:none;
}
li {
	margin-bottom:72px;
}
a {
	color:#fff;
}
footer {
	font-family:"HelveticaNeue-UltraLight", "Helvetica Neue UltraLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:100;
}