/*======================================*/

body {
	background: url('background.png') no-repeat center fixed;     
	background-size: cover;
	font: 16px Courier, serif;
	font-weight:  500;
}

img {
	margin:  20vh 0 0;
	height: 50vh;
}

img.logo {
	opacity: 0.95;
}

p {
	text-align:  center;
}

a {
	color: #fff;
	text-decoration: none;
}

a span {
	background-color: #000;
}

a:hover {
	color:  #666;
}

