* {
	margin: 0;
	padding: 0;
}

html {
	background: url(images/puhti-2013.jpg) center 40% no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	height: 100%;
}

body {
	font-family: helvetica, arial, sans-serif;
	position: relative;
	height: 100%;
}

.menu {
	position: absolute;
	bottom: 12%;
	text-align: center;
	width: 100%;
	white-space: nowrap;
	background: rgba(0, 0, 0, 0.6);
}

a {
	color: #fff;
	text-decoration: none;
	font: 400 28px/36px Lato, sans-serif;
	padding: 10px;
	text-shadow: 1px 1px #000, 3px 3px 6px rgba(0, 0, 0, 0.8),
	0 0 50px #000;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
	display: inline-block;
}

a:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	transform: scale(1.5);
	text-shadow: 1px 1px 3px #000, 3px 3px 6px rgba(0, 0, 0, 1);
}