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

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../../fonts/HelveticaNeue-UltraLight.eot');
	src: url('../../fonts/HelveticaNeue-UltraLight.eot?#iefix') format('embedded-opentype'), url('../../fonts/HelveticaNeue-UltraLight.woff') format('woff'), url('../../fonts/HelveticaNeue-UltraLight.ttf') format('truetype'), url('../../fonts/HelveticaNeue-UltraLight.svg#UltraLight') format('svg');
}

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	font-size: 1em;
	font-family: 'Helvetica Neue';
	font-weight: 100;
	color: white;
	line-height: 1;
	background: #000;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color: white;
}

a:hover {
	color: black;
}

#wrapper {
	max-width: 1024px;
	height: 100%;
	margin: 0 auto;
}

h1, h2, span { 
	position: absolute;
	bottom: 6.435394671%;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: 100;
    margin: 0;
}

header {
	position: relative;
	height: 17%;
	max-width: 1024px;
	overflow: hidden;
}

header img{
	float: left;
	height: 100%;
	width: 100%;
}

span {
	left: 0;
	font-size: 1.125em;
}

h1 {
	right: 0;
	bottom: 38.61236802%;
	font-size: 1.875em;
}

h2 {
	right: 0;
	font-size: 1.125em;
}

#thumbsarea {
	width: 100%;
	height: 83%;
	overflow: auto;
}

#thumbsarea a img, #thumbsarea img {
	display: none;
	float: left;
}

.link {
	position: relative;
	height: 0;
	padding-bottom: 50%;
	overflow: hidden;
}

#thumbsarea .link img {
	display: block;
	width: 100%;
}

.link span {
	font-size: 38px;
	position: absolute;
	right: 0; bottom: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	padding-left: 20px;
	color: #fff;
	background: #000;
}