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

body {
	background-color: #202124;
	color: #F4ECE0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-rendering: geometricPrecision;
}
.fullscreen-div {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: table;
	padding: 100px;
}
.fullscreen-div p {
	display: table-cell;
	vertical-align: bottom;
	position: relative;
	color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 16px;
}
.fullscreen-div a {
	color: #fff;
	padding-bottom: 6px;
	text-decoration: none;
}
.fullscreen-div a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}