html, body{
	margin: 0;
	padding:0;
	overflow: hidden;
	font-family: "Dosis", AndaleMono, monospace;
	color:#fff;
	background-color: #ccc;
}
.content{
	overflow: hidden;
	z-index: 15;
	position: absolute;
	width: 100%;
	height:100%;
}
.wrapper{
	display:table;
	margin: auto;
	height:100%;
	overflow: hidden;
	max-width: 960px;
	text-align: center;
}
#background{
	overflow: hidden;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.centered{
	display:table-cell;
	vertical-align:middle;

}
a{
	color:#fff;
	margin: 0px 15px 0px 15px;
}
h1{
	margin-top: -35px;
	font-size: 5em;
	font-weight:normal;
	font-style:none;

}
