@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
  }
  body {
	min-height: 100%;
  
	margin: 0px;
	overflow:hidden;
	background-color: #101010;
	vertical-align: middle;
}


#logo
{
	
	text-align: center;
	vertical-align: middle;

}

img
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 562px;
	height: 1068px;
	margin-top: -534px;
	margin-left: -281px;
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.3);
}