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

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	background: #000;
	font: 12px/1.55 'sackers_gothic_lightlight', Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align: center;
}

html, body, .wrapper, .page {
	width: 100%;
}

a, a:visited, a:hover {
	color: #fff;
	text-decoration: none;
}

img {
	border: 0;
}

.wrapper {
	display: block;
}

.header {
	margin: 0 auto -50px;
	padding: 46px 0 0;
	position: relative;
	z-index: 10;
}

.header .logo {
	text-decoration: none !important;
	text-align: center;
}

.header .logo strong {
	position: absolute;
	top: -999em;
	left: -999em;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}

.text ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.text li {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	padding-left: 15px;
}

.text li:before {
	content: ".";
	position: absolute;
	bottom: 2px;
	left: 0;
}

.text li:first-child:before {
	content: "";
}

.type {
	margin: 5px 0 -90px;
}

.page {
	position: relative;
}

.page .visual {
	height: 908px;
	width: auto;
	max-width: 100%;
}

.page .text {
	width: 60%;
	margin-left: -30%;
	position: absolute;
	left: 50%;
	bottom: 60px;
}

.page p {
	font-size: 2em;
}

.no-js.page .visual {
	display: none;
}