body, html {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #222;
}
ul {
	list-style: none;
	font-size: .75em;
	font-family: monospace;
	margin: 0;
	padding: 0;	
}
ul li {
	margin: 0.5em 0;
}
ul a {
	color: #F02982;
	font-weight: 100;;
}
ul a:hover {
	color: #fff;
}
.table {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
	z-index: 2;
}
.table-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 4em;
	color: #fff;
}
.background-element {
	position: absolute;
	top:50%;
	left:50%;
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	filter: blur(10px);
}
