body {
	background: #141414;
	height: 100%;
}

.main {
    height: 100%;
    width: 100%;
    display: table;
}

.wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

#profile-img {
	width: 250px;
	height: 250px;
}

#header {
	margin-left: 12px;
	text-align: left;
	color: white;
	font-family: 'Sanchez', serif;
}

#links {
	padding-top: 44px;
}

div.nav {
	text-align:center;
}

ul.nav {
	display:inline-block;
}

li * {
	color: white;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 20px;
	font-family: 'Titillium Web', sans-serif;
}

a:hover {
	color: white;
	text-decoration: underline;
}