
html {
	font-family: sans;
	line-height: 1.5;
	height: 100%;
}

body {
	background-image: url('back.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0;
	padding: 0;
}

#info {
	display: block;
	margin: 15% auto;
	width: 65%;
	padding: 5px 20px;
	text-align: center;
	background-color: rgba(200, 200, 200, 0.6);
	border-radius: 10px;
	z-index: 1;
}

