@charset "UTF-8";

html, body{
	margin:0;
	padding:0;
	font-family:Helvetica, "sans-serif";
	overflow-y:scroll;
	background-color: #000000;
	height: 100%;
}


#wrapper{
	width: 100%;
	height: 100%;
	position: relative;
	background: url("../images/bg.jpg");
	background-size: cover;
}

.fullheight{
	height: 100%;
}

#logo{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 500px;
}

#logo img{
	width: 400px;
}

#silhuet{
	position: absolute;
	right:5%;
	bottom: 10%;
}

#silhuet img{
	width: 400px;
}


#bottom{
	position: absolute;
	bottom:0;
	width: 80%;
	text-align: center;
	color: #000000;
	padding: 10px 10%;
}

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