/* Yeah I made this tiny website, wanna fight about it? DesignCrumbs.com */

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	padding:0px;
	margin:0px;
	background:#FFFFFF;
	width: 100%;
	max-width: 100%;
	position: relative;
	height: 100%;
}

.wrapper {
	width: 100%;
	height:100%;
	position: relative;
	text-align: center;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding: 0;
}

#tpnlogo {
	width: 225px;
	height:auto;
	max-width: 100%;
	margin: -68.5px -112.5px 0;
	position: absolute;
	top:50%;
}

.links {
	position: absolute;
	bottom: 30px;
	text-align: center;
	width: 100%;
}

.links a {
	color: black;
	text-decoration: none;
	font-family: arial;
	letter-spacing: 2px;
	padding: 0 20px;
	transition: all .2s linear;
	text-transform: uppercase;
	font-size: .8em;
}

.links a:hover {
	color: rgb(255, 66, 66);
}