@charset "UTF-8";

body{
	background-color: #000;
}

#wrapper{
	width: 100%;
	height: 100%;
	display: block;
}

#overlay{
	position: fixed;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	display: block;
}

#logo{
	position: absolute;
	top: 40%;
	left: 0;
}