@import url('https://fonts.googleapis.com/css?family=Fjalla+One');

BODY {
	padding: 0px;
	margin: 0px;
	overflow:hidden;
	background: #08070d url('bg.jpg');
	background-size: cover;
	background-attachment: fixed;
	font-family: 'Fjalla One', sans-serif;
	color: white;
}

#top {
	position: absolute;
	display: table;
	width: 100%;
	background: rgba(0,0,0,0.3);
}

#menu {
	padding: 15px;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}

#menu a {
	vertical-align: middle;
	padding: 10px;
	color: white;
	font-size: 150%;
	text-decoration: none;
}

#content {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
}

#logo {
	display: table-cell;
	vertical-align: middle;
      
}

 #logo img {width: 400;}

#bottom {
	position: absolute;
	display: table;
	width: 100%;
	height: 70px;
	top: 100%;
	margin-top: -70px;
	text-align: center;
	vertical-align: middle;
	background: rgba(0,0,0,0.5);
}

#links {
	padding: 15px;
	display: table-cell;
	vertical-align: middle;
	color: white;
	font-size: 150%;
}

#links a {
	padding: 10px;
	color: white;
}

.logosmall {
	vertical-align: middle;
width: 70px;
}

#bgblock{
	display:block;
	height:100%;
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:0;
	text-indent:-5000em;
	background-color: rgba(0,0,0,0.3);
}

#form {
	text-align: left;
	font-size: 120%;
	width: 400px;
}

#form p {
	margin-top: 12px;
	margin-bottom: 0px;
}

#form input, textarea, button {
	padding: 10px;
	background: rgba(0,0,0,0.5);
	font-size: 100%;
	border-radius: 15px;
	color: white;
	border: 0px;
}

#form textarea {
	font-family: Arial;
}				