@charset "utf-8";
html, body{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}
#bg{
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	overflow:hidden;
}
#bg > img{
	width:100%;
}

#logo {
  position:absolute;
  top:50%;
  left:50%;
  width:302px;
  height:302px;
  margin-top:-151px; /* half the height */
  margin-left:-151px; /* half the width */
  z-index:2;
}
#dr{
	z-index:10;
	position:absolute;
}
#grey{
	background-image:url(images/grey.png);
	width:60%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}
#dlogo{
	float: right;
	margin-top:30px;
	margin-right:30px;
}


