	* { 
	box-sizing: border-box; 
	}
	html, body {
		height:100%; 
		width:100%; 
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: none;
		-moz-osx-font-smoothing: grayscale;
		}
	
	body {
		background: #fff;
		color: #000;
		font: 100%/1.5 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size-adjust: 0.5;
		font-style: normal;
		text-align: center;
		}

	p { 
		font-size: 5em; 
		line-height: 1em;
		text-transform: uppercase;
		font-weight: bold; 
		}

	a, a:visited { 
		color: #000; 
		text-decoration: none; 
		}
	a:hover { 
		color: #000; 
		text-decoration: none; 
		}
	
	.middle { 
	height:100%; 
	width:100%; 
	position:relative; 
	}
	.middle_table { 
	height:100%; 
	width:100%; 
	display:table; 
	}
	.middle_cell { 
	display:table-cell; 
	vertical-align:middle; 
	}

	.wrapper{
	margin:0 auto;
	position:relative;
	}