html	{
	background: url(../images/bkg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

html, body{
	width: 100%;
	min-height:100%;
	}

.wrap 	{
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	position: fixed; 
	display: table;
	font-family: 'Alegreya Sans', sans-serif;font-weight:bold;
	font-size: 400%;
	color:#000;
	}
	
p 	{
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;
	}

a	{
	color:#000;
	display:block;
	font-size: 30%;
	font-weight:bold;
	margin-top:90px;
	text-decoration:none;
	}
a:hover	{
	color:#000;
	font-size: 30%;
	font-weight:bold;
	margin-top:90px;
	text-decoration:line-through;
	}