@font-face {
  font-family: nevis;
  src: nevis.ttf;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	height: 100%;
}
body {
	background: #000000 url(../img/bg.png) no-repeat bottom center;
	height: 100%;
}
p {
  font-family: nevis, helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: 40px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.8);
	background-color: rgba(142, 213, 87, 0.3);
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 5px;
	position: absolute;
	bottom: 240px;
	width: 100%;
	text-align: center;
}
a {
	color: #ccc;
	text-decoration: none;
	padding-bottom: 4px;
	outline: none;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
a:hover {
	color: #fff;
	text-shadow: 0 0 3px #fff;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}