@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url("bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;

}
#wall {
	background: #000;
	opacity:0.7;
	position: absolute;
	width:100%;
	height: 100%;
	top: 0;
	z-index: -1;
}
#full {
	width: 100%;
	margin: auto;
	z-index: 1;
}

#center {
	width: 60%;
	height: 30%;
	margin: 15% auto;
}
#middle {
	width: 60%;
	color: #fff;
	font-size: 14px;
	font-family: Quicksand;
	text-align: center;
	margin: auto;
	line-height: 36px;
}

#logo {
	text-align: center;
}
.info {
	font-size: 24x;
	font-family: Quicksand;
	text-align: center;
	margin: auto;
	line-height: 36px;
	color: #fff;
	text-transform: uppercase;
	padding-top: 20px;
	letter-spacing: 6px;
}

#footer {
	width: 100%;
	background-color: #000509;
	border-top: 1px solid #000;
	height: 40px;
	position: absolute;
	bottom: 0px;
}
a, a:hover, a:visited {
	color: #83cddd;
	text-decoration: none;
}
